We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb3467 commit 5c18e71Copy full SHA for 5c18e71
.github/actions/publish-docs/action.yml
@@ -9,9 +9,7 @@ runs:
9
pip install mkdocs
10
- shell: sh
11
env:
12
- GIT_COMMITTER_NAME: "github-actions[bot]"
13
- GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
14
- GIT_AUTHOR_NAME: "${{ github.actor }}"
15
- GIT_AUTHOR_EMAIL: "${{ github.actor }}@users.noreply.github.com"
+ GIT_COMMITTER_NAME: "${{ github.actor }}"
+ GIT_COMMITTER_EMAIL: "${{ github.actor }}@users.noreply.github.com"
16
run: |
17
mkdocs gh-deploy --force --no-history
0 commit comments