Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 5, 2025
1 parent 4d8819f commit 3b20050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install CLI
run: cargo binstall dioxus-cli -y --force --version 0.6
- name: Build
run: DIOXUS_LOG=dx=trace dx build --platform web --fullstack --features fullstack,production --release --ssg
working-directory: packages/docsite
run: dx build --verbose --platform web --fullstack --features fullstack,production --release --ssg
- name: Generate search index
run: target/dx/dioxus_docs_site/release/web/server --generate-search-index
- name: Copy output
Expand Down

0 comments on commit 3b20050

Please sign in to comment.