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 3b589f8 commit a9bd19eCopy full SHA for a9bd19e
.github/workflows/deploy-docs.yml
@@ -18,5 +18,5 @@ jobs:
18
- run: cd website && npm run build
19
- uses: peaceiris/actions-gh-pages@v3
20
with:
21
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.DOC_PAT_TOKEN }}
22
publish_dir: website/build
0 commit comments