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 d7cbb24 commit cf59b3fCopy full SHA for cf59b3f
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm install
29
- run: npm run docs:build
30
- uses: JamesIves/github-pages-deploy-action@4.1.0
31
- with:
+ with:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
BRANCH: gh-pages
34
FOLDER: docs-dist
0 commit comments