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

This commit is contained in:
2024-03-14 18:24:50 +09:00
parent e1defd3703
commit eb63b83053
+2 -9
View File
@@ -21,12 +21,5 @@ jobs:
- name: Build
run: hugo --minify
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
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 }}
- run: npm ci
- run: CLOUDFLARE_API_TOKEN${{ secrets.CLOUDFLARE_API_TOKEN }} npx wrangler pages publish public -project-name blog-usbharu