Skip to content

Commit 3765f8d

Browse files
Merge pull request #145 from MichaelFisher1997/fix-cloudflare-deploy-branch
Fix: Change Cloudflare deploy branch from main to master
2 parents e358874 + 87f7c68 commit 3765f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114
with:
115115
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
116116
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
117-
command: pages deploy . --project-name=redot-docs --branch=main
117+
command: pages deploy . --project-name=redot-docs --branch=master

0 commit comments

Comments
 (0)