We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134b302 commit 9e3db7aCopy full SHA for 9e3db7a
.github/workflows/docs.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Deploy Pages 🚀
26
uses: JamesIves/github-pages-deploy-action@releases/v3
27
with:
28
- ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
29
BRANCH: gh-pages
30
FOLDER: docs
0 commit comments