Skip to content

Commit

Permalink
trace logging in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 5, 2025
1 parent 6b1d74a commit 5d3c1ee
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 @@ -30,7 +30,7 @@ jobs:
run: cargo binstall dioxus-cli -y --force --version 0.6
- name: Build
working-directory: packages/docsite
run: dx build --verbose --platform web --fullstack --features fullstack,production --release --ssg
run: dx build --verbose --trace --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 5d3c1ee

Please sign in to comment.