Skip to content

Commit 439cc16

Browse files
authored
minor fix to deploy.yml
1 parent 49f03b4 commit 439cc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
123123
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
124-
command: pages deploy dist --project-name=${{ env.PROJECT_NAME }}
124+
command: pages deploy dist --project-name=${{ env.PROJECT_NAME }} --branch=master
125125

126126

127127
######################################################################
@@ -221,4 +221,4 @@ jobs:
221221
with:
222222
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
223223
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
224-
command: pages deploy dist --project-name=${{ env.PROJECT_NAME }}
224+
command: pages deploy dist --project-name=${{ env.PROJECT_NAME }} --branch=master

0 commit comments

Comments
 (0)