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 810721c commit c157ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
endpoint: ${{ secrets.ENDPOINT }}
access-key-id: ${{ secrets.ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ACCESS_SECRET }}
- run: ossutil cp -rf ./.vitepress/dist oss://${{ secrets.BUCKET }}/
- name: Deply To OSS
run: ossutil cp -rf ./.vitepress/dist oss://${{ secrets.BUCKET }}/

0 comments on commit c157ee8

Please sign in to comment.