We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb6ea0 commit 3571d90Copy full SHA for 3571d90
.github/workflows/gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install CLI
34
run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1
35
- name: Build
36
- run: cd preview && dx build --web --features fullstack --fullstack --ssg --release --base-path "components"
+ run: cd preview && dx build --web --release --base-path "components"
37
- name: Copy output
38
run: cp -r target/dx/preview/release/web/public docs
39
- name: Add gh pages 404
0 commit comments