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.
2 parents 708e55d + 31d0e10 commit e659f5aCopy full SHA for e659f5a
.github/workflows/deploy.yml
@@ -21,5 +21,5 @@ jobs:
21
with:
22
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
23
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24
- command: pages deploy ./dist --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
+ command: pages deploy ./dist --branch main --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
25
directory: './dist'
0 commit comments