Skip to content

Commit c36529e

Browse files
authored
Add platform option to Dioxus build command
1 parent 8a006c7 commit c36529e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build Dioxus Web App (in frontend/)
2828
working-directory: frontend
29-
run: dx build
29+
run: dx build --platform web
3030

3131
- name: Upload GitHub Pages artifact
3232
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)