Skip to content

Commit ce4b233

Browse files
authored
fix GitHub action generating documentation
closes #447
1 parent 2fa1db0 commit ce4b233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Deploy docs to ghpages
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
26+
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2727
publish_branch: gh-pages
2828
publish_dir: ./docs
2929

0 commit comments

Comments
 (0)