We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645f53f commit bd4cc0fCopy full SHA for bd4cc0f
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build web bundle
41
working-directory: app_dx
42
run: |
43
- dx build --release --platform web
+ dx bundle --release --platform web
44
45
- name: Deploy to GitHub Pages
46
uses: JamesIves/github-pages-deploy-action@v4.4.1
0 commit comments