Skip to content

Commit e4125c0

Browse files
committed
fix(cdn): update dogecloud cdn cache urls format
Signed-off-by: Charles Chin <eallion.s+github@gmail.com>
1 parent 82d93e8 commit e4125c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
access_key: ${{ secrets.DOGECLOUD_ACCESS_KEY }}
141141
secret_key: ${{ secrets.DOGECLOUD_SECRET_KEY }}
142142
type: "path"
143-
urls:
144-
- "https://www.eallion.com/"
143+
urls: "https://www.eallion.com/"
145144

146145
# - name: Deploy to Tencent COS
147146
# if: steps.build.outputs.should_deploy == 'true'

0 commit comments

Comments
 (0)