mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-15 12:47:23 +00:00
fix: upyun workflow dir
This commit is contained in:
parent
a5cb11457a
commit
c484a7a209
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy2upyun.yml
vendored
2
.github/workflows/deploy2upyun.yml
vendored
|
|
@ -24,5 +24,5 @@ jobs:
|
||||||
bucket: ${{ secrets.UPYUN_BUCKET }}
|
bucket: ${{ secrets.UPYUN_BUCKET }}
|
||||||
operator: ${{ secrets.UPYUN_OPERATOR_NAME }}
|
operator: ${{ secrets.UPYUN_OPERATOR_NAME }}
|
||||||
password: ${{ secrets.UPYUN_OPERATOR_PWD }}
|
password: ${{ secrets.UPYUN_OPERATOR_PWD }}
|
||||||
dir: './public'
|
dir: 'public'
|
||||||
publish_dir: '/'
|
publish_dir: '/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue