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 e47702b commit 80b0a7cCopy full SHA for 80b0a7c
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Deploy
32
uses: JamesIves/github-pages-deploy-action@releases/v3
33
with:
34
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.GH_DOCS }}
35
BRANCH: gh-pages # The branch the action should deploy to.
36
FOLDER: docs/_site # The folder the action should deploy.
0 commit comments