Skip to content

Commit 7d29074

Browse files
committed
AAAAAAAAAAAAAAAA
1 parent 26d1953 commit 7d29074

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/website.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ jobs:
3333
profile: minimal
3434
toolchain: stable
3535
override: true
36+
3637
- name: Install wasm-pack
3738
run: |
3839
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3940
rustup target add wasm32-unknown-unknown
40-
- name: Check out repository
41-
uses: actions/checkout@v3
41+
42+
- name: Check out repository
43+
uses: actions/checkout@v3
4244

4345
# Only release if the tests pass
4446
- name: Run tests

0 commit comments

Comments
 (0)