Skip to content

Commit 32bdb8c

Browse files
authored
Merge pull request #426 from EIT-ALIVE/fix/doc-build
Fix documentation deployment
2 parents b38cdd9 + f45dc5f commit 32bdb8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_build_documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
mkdocs build
3434
- name: Deploy documentation
3535
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
36-
run: mike deploy --push --update-aliases $(git describe --tags --abbrev=0 | sed -E 's/^([vV]?[0-9]+\.[0-9]+).*/\1/') latest
36+
run: |
37+
GIT_COMMITTER_NAME=ci-bot GIT_COMMITTER_EMAIL=ci-bot@github.com \
38+
mike deploy --push --update-aliases $(git describe --tags --abbrev=0 | sed -E 's/^([vV]?[0-9]+\.[0-9]+).*/\1/') latest

0 commit comments

Comments
 (0)