Skip to content

Commit 4a45af6

Browse files
authored
fix ci upload (#87)
1 parent 6de9724 commit 4a45af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: build-artifacts
38-
path: build
38+
path: docs/build
3939

4040
deploy:
4141
name: Deploy to AliCloud OSS
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/download-artifact@v4
4747
with:
4848
name: build-artifacts
49-
path: build
49+
path: docs/build
5050

5151
- uses: YangHanlin/oss-deployment-action@v1
5252
with:

0 commit comments

Comments
 (0)