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.
1 parent b40b8e1 commit 8c36519Copy full SHA for 8c36519
2 files changed
.github/workflow-templates/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: 'Checkout Github Action'
23
uses: actions/checkout@v4
24
- name: 'Deploy to Cloudflare Pages'
25
- uses: andykenward/github-actions-cloudflare-pages@v2.3.2
+ uses: andykenward/github-actions-cloudflare-pages@v3.0.0
26
with:
27
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28
cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
README.md
@@ -123,7 +123,7 @@ jobs:
123
- run: npm ci
124
run: npm run build
125
- name: Deploy to Cloudflare Pages
126
127
id: pages
128
129
0 commit comments