ciを変更
github pages / deploy (push) Failing after 1m15s Details

This commit is contained in:
usbharu 2024-03-14 18:24:50 +09:00
parent e1defd3703
commit eb63b83053
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 2 additions and 9 deletions

View File

@ -21,12 +21,5 @@ jobs:
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- name: Publish to Cloudflare Pages - run: npm ci
uses: cloudflare/pages-action@v1 - run: CLOUDFLARE_API_TOKEN${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public -project-name blog-usbharu
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 76906b4e38909e314e89939ec9f8e485
projectName: blog-usbharu
directory: public
# Optional: Enable this if you want to have GitHub Deployments triggered
gitHubToken: ${{ secrets.GITHUB_TOKEN }}