Skip to content

Commit

Permalink
Update build-dioxus-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaums authored Oct 2, 2024
1 parent 10cb0a6 commit 3f23b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dioxus-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
shell: bash
run: cargo install dioxus-cli --version 0.6.0-alpha.2

- name: Cargo add dioxus v0.6.0-alpha.2 so build works
shell: bash
run: cargo add [email protected]

- name: ───⋆⋅☆⋅⋆─ Build Project ─⋆⋅☆⋅⋆───
shell: bash
run: dx build --release && cp ./target/dx-dist/home/index.html ./target/dx-dist/home/404.html
Expand Down

0 comments on commit 3f23b93

Please sign in to comment.