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 1865c4a commit d7cbb24Copy full SHA for d7cbb24
.github/workflows/deploy.yml
@@ -26,4 +26,10 @@ jobs:
26
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
27
28
- run: npm install
29
- - run: npm run deploy
+ - run: npm run docs:build
30
+ - uses: JamesIves/github-pages-deploy-action@4.1.0
31
+ with:
32
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
+ BRANCH: gh-pages
34
+ FOLDER: docs-dist
35
+ CLEAN: true
0 commit comments