Skip to content

Commit 170d435

Browse files
committed
chore: update workflows config.
1 parent e797829 commit 170d435

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717
- run: npm install
1818
- run: npm run build:lib
1919
- run: npm run doc
20+
21+
- name: Deploy
22+
uses: peaceiris/actions-gh-pages@v3
23+
with:
24+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
25+
publish_dir: ./public

0 commit comments

Comments
 (0)