Added new config for pages action
/ Deploy to Cloudflare Pages (push) Failing after 15s
Details
/ Deploy to Cloudflare Pages (push) Failing after 15s
Details
This commit is contained in:
parent
46c2932861
commit
c6c7eaf7fc
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm install && npm run build
|
run: npm install && npm run build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: https://github.com/cloudflare/pages-action@1
|
uses: https://github.com/cloudflare/pages-action@f0a1cd5
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
|
Loading…
Reference in New Issue