ciを変更
github pages / deploy (push) Failing after 1m15s
Details
github pages / deploy (push) Failing after 1m15s
Details
This commit is contained in:
parent
e1defd3703
commit
eb63b83053
|
@ -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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue