Fourth fix

pull/15/head
Bersella 2023-06-28 23:13:53 +08:00
parent 848f7bdb20
commit fb05b30752
No known key found for this signature in database
GPG Key ID: B0BE2A51DF8E87C6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- run: ./scripts/opencc.sh - run: ./scripts/opencc.sh
- run: hugo --minify - run: hugo --minify
env: env:
HUGO_DISABLELANGUAGES: ' ' HUGO_DISABLELANGUAGES: 'en'
- run: npx wrangler pages publish public --project-name tfsci --branch main - run: npx wrangler pages publish public --project-name tfsci --branch main
env: env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }} CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}