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 5021bdb commit 3019d90Copy full SHA for 3019d90
.github/workflows/push.yml
@@ -18,7 +18,7 @@ jobs:
18
run: cargo install --force dioxus-cli
19
20
- name: Build project
21
- run: dx build --release
+ run: dx build --release --platform web
22
23
- name: Deploy to GitHub Pages
24
uses: peaceiris/actions-gh-pages@v3
0 commit comments