We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd0249 commit d8fa144Copy full SHA for d8fa144
1 file changed
.github/workflows/generate-docs.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Deploy
23
uses: peaceiris/actions-gh-pages@v3
24
with:
25
- github_token: $
+ github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ./doc/yard
27
publish_branch: gh-pages
0 commit comments