Skip to content

Commit 23ee9d7

Browse files
committed
ci: fix deploy
1 parent 8fdbc1f commit 23ee9d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v2
1414
with:
1515
node-version: '16.x'
1616
- name: Install
@@ -19,7 +19,7 @@ jobs:
1919
run: npm test
2020
- name: Build example
2121
run: |
22-
npm run -w example build
22+
npm run --prefix example build
2323
mkdir _deploy
2424
cp example/bundle.js example/index.html _deploy
2525
- name: Publish site

0 commit comments

Comments
 (0)