Skip to content

Commit

Permalink
💚 Fix-ci(/.github/workflows/hexo.yml): fix "ImportError: cannot impor…
Browse files Browse the repository at this point in the history
…t name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'?"

Refer: tencentyun/coscmd#311
  • Loading branch information
yuangezhizao committed Jan 10, 2025
1 parent 90a63d1 commit 5eafd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
BUCKET: ${{ secrets.TENCENT_COS_BUCKET }}
REGION: ap-beijing
run: |
pip install coscmd
pip install https://github.com/tencentyun/coscmd/archive/refs/heads/master.zip
coscmd config -a ${SECRET_ID} -s ${SECRET_KEY} -b ${BUCKET} -r ${REGION}
coscmd upload -rs --delete ./public/ / -f

0 comments on commit 5eafd4d

Please sign in to comment.