We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5f05f commit c183460Copy full SHA for c183460
.github/workflows/docspublish.yml
@@ -32,7 +32,7 @@ jobs:
32
file: 'docs/README.md'
33
- name: Push doc to Github Page
34
uses: peaceiris/actions-gh-pages@v4
35
- env:
+ with:
36
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
37
publish_branch: gh-pages
38
publish_dir: ./site
0 commit comments