Skip to content

Commit 5daf80f

Browse files
committed
fix action-gh-pages version typo
1 parent 2a63725 commit 5daf80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
2323
- name: Install wasm-pack
2424
run: |
25-
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
25+
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | bash
2626
2727
- name: Build WASM
2828
run: wasm-pack build --target web
2929

3030
- name: Deploy to gh-pages
31-
uses: peaceiris/actions-gh-pages@v6
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_branch: gh-pages

0 commit comments

Comments
 (0)