mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Fix GitHub Actions
This commit is contained in:
parent
8b9b5c88f8
commit
6165a111e1
2
.github/workflows/cloudflare-workers.yml
vendored
2
.github/workflows/cloudflare-workers.yml
vendored
@ -43,4 +43,4 @@ jobs:
|
|||||||
USER: root
|
USER: root
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
workingDirectory: './out'
|
workingDirectory: './'
|
||||||
|
@ -6,5 +6,5 @@ route = "yude.jp"
|
|||||||
zone_id = ""
|
zone_id = ""
|
||||||
|
|
||||||
[site]
|
[site]
|
||||||
bucket = "docs"
|
bucket = "out"
|
||||||
entry-point = "workers-site"
|
entry-point = "workers-site"
|
||||||
|
Loading…
Reference in New Issue
Block a user