We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bcd6c commit 4b6cc80Copy full SHA for 4b6cc80
5 files changed
.github/workflows/pages.yml
@@ -43,16 +43,16 @@ jobs:
43
~/.cargo/registry
44
target
45
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46
-
+ - uses: cargo-bins/cargo-binstall@main
47
- name: install dependencies
48
run: |
49
rustup target add wasm32-unknown-unknown
50
- cargo install dioxus-cli
+ cargo binstall dioxus-cli --version 0.7.2
51
52
- name: publish
53
54
cd web
55
- dx build --release
+ dx build --release --web
56
mv docs ../
57
58
- name: Setup Pages
0 commit comments