Fix GitHub Actions

This commit is contained in:
yude 2021-02-06 03:04:05 +09:00
parent 8b9b5c88f8
commit 6165a111e1
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,4 @@ jobs:
USER: root
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: './out'
workingDirectory: './'

View File

@ -6,5 +6,5 @@ route = "yude.jp"
zone_id = ""
[site]
bucket = "docs"
bucket = "out"
entry-point = "workers-site"