Skip to content

Commit

Permalink
use better ssg
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Nov 16, 2024
1 parent 67ce199 commit 556ae8f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache-on-failure: "true"
- uses: cargo-bins/cargo-binstall@main
- name: Install CLI
run: cargo binstall dioxus-cli -y --force --version 0.6.0-alpha.4
run: cargo binstall dioxus-cli -y --force --version 0.6.0-alpha.5
- name: Build
run: DIOXUS_LOG=dx=trace dx build --platform web --release --ssg
- name: Copy output
Expand Down
Loading

0 comments on commit 556ae8f

Please sign in to comment.