Skip to content

Commit 1938d05

Browse files
committed
Update deploy-docs.yml
1 parent 47ee827 commit 1938d05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
npm install
3131
3232
- name: Build doc
33-
run: npm run build
33+
run: |
34+
cd examples
35+
npm run build
3436
35-
- name: deploy
37+
- name: Deploy Doc
3638
uses: peaceiris/[email protected]
3739
env:
3840
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)