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 49f03b4 commit 439cc16Copy full SHA for 439cc16
.github/workflows/deploy.yml
@@ -121,7 +121,7 @@ jobs:
121
with:
122
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
123
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124
- command: pages deploy dist --project-name=${{ env.PROJECT_NAME }}
+ command: pages deploy dist --project-name=${{ env.PROJECT_NAME }} --branch=master
125
126
127
######################################################################
@@ -221,4 +221,4 @@ jobs:
221
222
223
224
0 commit comments