Skip to content

Commit 4b6cc80

Browse files
committed
fix pages
1 parent f9bcd6c commit 4b6cc80

5 files changed

Lines changed: 2538 additions & 683 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ jobs:
4343
~/.cargo/registry
4444
target
4545
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46-
46+
- uses: cargo-bins/cargo-binstall@main
4747
- name: install dependencies
4848
run: |
4949
rustup target add wasm32-unknown-unknown
50-
cargo install dioxus-cli
50+
cargo binstall dioxus-cli --version 0.7.2
5151
5252
- name: publish
5353
run: |
5454
cd web
55-
dx build --release
55+
dx build --release --web
5656
mv docs ../
5757
5858
- name: Setup Pages

0 commit comments

Comments
 (0)