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 4a90059 commit 7bec7c8Copy full SHA for 7bec7c8
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
84
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
85
packageManager: "bun"
86
- command: pages deploy ./out --project-name=flutter-uis --branch=main
+ command: pages deploy ./app/build/web --project-name=flutter-uis --branch=main
87
88
# Deploy to Firebase
89
- name: Deploy to Firebase
0 commit comments