コマンドを修正
github pages / deploy (push) Failing after 1m3s Details

This commit is contained in:
usbharu 2024-03-14 18:26:33 +09:00
parent eb63b83053
commit f826cffc90
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jobs:
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- run: npm ci - run: npm ci
- run: CLOUDFLARE_API_TOKEN${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public -project-name blog-usbharu - run: CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public -project-name blog-usbharu