Skip to content

Commit f97191f

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,16 @@ jobs:
1616
- uses: dtolnay/rust-toolchain@stable
1717
with:
1818
targets: wasm32-unknown-unknown
19-
- name: install wasm-bindgen-cli
20-
run: |
21-
cargo install wasm-bindgen-cli
2219

2320
- name: Install wasm-pack
2421
run: |
25-
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
22+
cargo binstall wasm-pack
2623
2724
- name: Build WASM
2825
run: wasm-pack build --target web
2926

3027
- name: Deploy to gh-pages
31-
uses: peaceiris/actions-gh-pages@v6
28+
uses: peaceiris/actions-gh-pages@v4
3229
with:
3330
github_token: ${{ secrets.GITHUB_TOKEN }}
3431
publish_branch: gh-pages

0 commit comments

Comments
 (0)