Skip to content

Commit 4305180

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

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,17 @@ 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+
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | bash
23+
# cargo install wasm-pack
2624
2725
- name: Build WASM
2826
run: wasm-pack build --target web
2927

3028
- name: Deploy to gh-pages
31-
uses: peaceiris/actions-gh-pages@v6
29+
uses: peaceiris/actions-gh-pages@v4
3230
with:
3331
github_token: ${{ secrets.GITHUB_TOKEN }}
3432
publish_branch: gh-pages

0 commit comments

Comments
 (0)