Skip to content

Commit d7cbb24

Browse files
committed
chore: deploy gh-pages
1 parent 1865c4a commit d7cbb24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ jobs:
2626
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
2727

2828
- run: npm install
29-
- run: npm run deploy
29+
- 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

Comments
 (0)