Skip to content

Commit 7a63b70

Browse files
authored
Really fixing documentation generation now
1 parent ce4b233 commit 7a63b70

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.ACTIONS_DEPLOY_KEY }}
26+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2727
publish_branch: gh-pages
2828
publish_dir: ./docs
2929

0 commit comments

Comments
 (0)