Skip to content

Commit 3571d90

Browse files
committed
disable ssg until post requests are fixed
1 parent dbb6ea0 commit 3571d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install CLI
3434
run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1
3535
- name: Build
36-
run: cd preview && dx build --web --features fullstack --fullstack --ssg --release --base-path "components"
36+
run: cd preview && dx build --web --release --base-path "components"
3737
- name: Copy output
3838
run: cp -r target/dx/preview/release/web/public docs
3939
- name: Add gh pages 404

0 commit comments

Comments
 (0)