Skip to content

Commit

Permalink
fix aliyun oss action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed May 23, 2024
1 parent 98ba7c0 commit b638d99
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
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Deploy to AliCloud OSS

on:
push:
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
oss-accesskey-id: ${{ secrets.ALIYUN_OSS_ACCESSKEY_ID }}
oss-accesskey-secret: ${{ secrets.ALIYUN_OSS_ACCESSKEY_SECRET }}
oss-path: oss://tongsuo-doc/
local-path: ./build
local-path: build
delete-first: true

0 comments on commit b638d99

Please sign in to comment.