Skip to content

Commit 1aebd4f

Browse files
committed
feat: Add codesandbox button.
1 parent ce7efe4 commit 1aebd4f

File tree

10 files changed

+430
-262
lines changed

10 files changed

+430
-262
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- run: npm run doc
2222
env:
2323
NODE_OPTIONS: --max_old_space_size=8192
24-
25-
- name: Build and Deploy
26-
uses: peaceiris/actions-gh-pages@v2.5.0
27-
env:
28-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29-
PUBLISH_BRANCH: gh-pages
30-
PUBLISH_DIR: ./build
24+
- name: Deploy
25+
uses: peaceiris/actions-gh-pages@v3
26+
with:
27+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
28+
publish_dir: ./build

0 commit comments

Comments
 (0)