We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38cdd9 + f45dc5f commit 32bdb8cCopy full SHA for 32bdb8c
1 file changed
.github/workflows/test_build_documentation.yml
@@ -33,4 +33,6 @@ jobs:
33
mkdocs build
34
- name: Deploy documentation
35
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
+ 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