We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a63725 commit f97191fCopy full SHA for f97191f
.github/workflows/deploy.yml
@@ -16,19 +16,16 @@ jobs:
16
- uses: dtolnay/rust-toolchain@stable
17
with:
18
targets: wasm32-unknown-unknown
19
- - name: install wasm-bindgen-cli
20
- run: |
21
- cargo install wasm-bindgen-cli
22
23
- name: Install wasm-pack
24
run: |
25
- curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
+ cargo binstall wasm-pack
26
27
- name: Build WASM
28
run: wasm-pack build --target web
29
30
- name: Deploy to gh-pages
31
- uses: peaceiris/actions-gh-pages@v6
+ uses: peaceiris/actions-gh-pages@v4
32
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_branch: gh-pages
0 commit comments