We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a006c7 commit c36529eCopy full SHA for c36529e
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build Dioxus Web App (in frontend/)
28
working-directory: frontend
29
- run: dx build
+ run: dx build --platform web
30
31
- name: Upload GitHub Pages artifact
32
uses: actions/upload-pages-artifact@v3
0 commit comments