upgrade wrangler
parent
05317d271d
commit
152e4ae0b4
|
@ -26,7 +26,8 @@ jobs:
|
||||||
- run: hugo --minify
|
- run: hugo --minify
|
||||||
env:
|
env:
|
||||||
HUGO_DISABLELANGUAGES: 'en'
|
HUGO_DISABLELANGUAGES: 'en'
|
||||||
- run: npx wrangler pages publish public --project-name tfsci --branch main
|
- run: npx wrangler pages deploy public --project-name tfsci --branch main
|
||||||
|
if: github.ref == 'refs/heads/main'
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
|
||||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
||||||
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue