We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5165f4e commit 7a73d25Copy full SHA for 7a73d25
1 file changed
.github/workflows/publish-docs.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Deploy to GitHub Pages
28
uses: JamesIves/github-pages-deploy-action@v4
29
with:
30
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
31
branch: gh-pages
32
folder: docs/.docz/dist
0 commit comments