Skip to content

Commit

Permalink
release mode...
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Nov 1, 2024
1 parent baee33b commit 615b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install CLI
run: cargo install --force --git https://github.com/DioxusLabs/dioxus dioxus-cli --locked
- name: Build
run: DIOXUS_LOG=dx=trace dx build --platform web --ssg
run: DIOXUS_LOG=dx=trace dx build --platform web --release --ssg
- name: Copy output
run: cp -r target/dx/dioxus_docs_site/release/web/public docs
- name: Add gh pages 404
Expand Down

0 comments on commit 615b953

Please sign in to comment.