Skip to content

Commit

Permalink
fix ci upload (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 authored Dec 10, 2024
1 parent 6de9724 commit 4a45af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build
path: docs/build

deploy:
name: Deploy to AliCloud OSS
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-artifacts
path: build
path: docs/build

- uses: YangHanlin/oss-deployment-action@v1
with:
Expand Down

0 comments on commit 4a45af6

Please sign in to comment.