Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaSu committed Jan 4, 2024
1 parent c157ee8 commit 69b2904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
endpoint: ${{ secrets.ENDPOINT }}
access-key-id: ${{ secrets.ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ACCESS_SECRET }}
- name: Deply To OSS
access-key-secret: ${{ secrets.ACCESS_KEY_SECRET }}
- name: ossutil Deploy To OSS
run: ossutil cp -rf ./.vitepress/dist oss://${{ secrets.BUCKET }}/

0 comments on commit 69b2904

Please sign in to comment.