Added new config for pages action
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 15s
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 15s
This commit is contained in:
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user