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 cd62b52 commit 1480a62Copy full SHA for 1480a62
.github/workflows/deploy-preview.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41
- command: pages deploy src/dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch ${{ github.head_ref }} --commit-dirty=true
+ command: pages deploy dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch ${{ github.head_ref }} --commit-dirty=true
42
43
- name: Add deployment comment
44
uses: thollander/actions-comment-pull-request@v3
0 commit comments