Skip to content

Commit

Permalink
fix: cdn refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored and ti-chi-bot committed Feb 12, 2025
1 parent 741f411 commit 6d20a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- media/**
jobs:
run:
upload:
name: Upload media files
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
--endpoint cos.ap-beijing.myqcloud.com
cdn-refresh:
needs: build
needs: upload
runs-on: ubuntu-latest
name: Refresh CDN Cache
env:
Expand All @@ -65,8 +65,8 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: 'x64'
python-version: "3.12"
architecture: "x64"

- name: Install Tencent Cloud CLI
run: pipx install tccli
Expand Down

0 comments on commit 6d20a74

Please sign in to comment.