Skip to content

Commit 6dc7ff2

Browse files
committed
ci: Fix Cloudflare Pages deployment
The project name variable was in repository variables, not in environment variables
1 parent abdf24f commit 6dc7ff2

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3333
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
34-
projectName: ${{ env.CLOUDFLARE_PROJECT_NAME }}
34+
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
3535
directory: public
3636
id: publish
3737

0 commit comments

Comments
 (0)