Skip to content

Commit e659f5a

Browse files
authored
Merge pull request #27 from 01397/dev
Fix CI for deployment
2 parents 708e55d + 31d0e10 commit e659f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2323
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24-
command: pages deploy ./dist --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
24+
command: pages deploy ./dist --branch main --project-name=${{ secrets.CLOUDFLARE_PAGES_PROJECT_NAME }}
2525
directory: './dist'

0 commit comments

Comments
 (0)