Skip to content

Commit 24372ee

Browse files
test
1 parent 7c89346 commit 24372ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Docs
3636
run: pnpm build:docs
3737

38-
- name: Display structure of downloaded files
38+
- name: Display structure of built files
3939
run: ls -R ./docs
4040

4141
- name: Setup Pages
@@ -51,7 +51,7 @@ jobs:
5151
id: deployment
5252
uses: actions/upload-pages-artifact@v3
5353
with:
54-
path: ./docs
54+
path: ./dist
5555

5656
deploy:
5757
environment:
@@ -79,8 +79,6 @@ jobs:
7979

8080
- name: Download the build folder
8181
uses: actions/download-artifact@v4
82-
with:
83-
path: ./docs
8482

8583
- name: Display structure of downloaded files
8684
run: ls -R ./docs

0 commit comments

Comments
 (0)