We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0227d commit a05a7bbCopy full SHA for a05a7bb
1 file changed
.github/workflows/cloudflare-pages.yml
@@ -29,6 +29,14 @@ jobs:
29
env:
30
BUILD_STANDALONE: false
31
32
+ - name: Create Cloudflare Pages Project (if needed)
33
+ uses: cloudflare/wrangler-action@v3
34
+ with:
35
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
36
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
37
+ command: pages project create daniel-ilies --production-branch main
38
+ continue-on-error: true # Ignore if project already exists
39
+
40
- name: Publish to Cloudflare Pages
41
uses: cloudflare/wrangler-action@v3
42
with:
0 commit comments