Skip to content

Commit bd4cc0f

Browse files
committed
Update GitHub action to deploy to GitHub Pages 🤞
1 parent 645f53f commit bd4cc0f

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build web bundle
4141
working-directory: app_dx
4242
run: |
43-
dx build --release --platform web
43+
dx bundle --release --platform web
4444
4545
- name: Deploy to GitHub Pages
4646
uses: JamesIves/github-pages-deploy-action@v4.4.1

0 commit comments

Comments
 (0)