Skip to content

Commit c4e7f85

Browse files
test
1 parent 69cdd41 commit c4e7f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
destination: ./docs
4949

5050
- name: Upload artifact
51-
id: deployment
5251
uses: actions/upload-pages-artifact@v3
5352
with:
53+
name: build
5454
path: ./docs
5555

5656
deploy:
@@ -80,6 +80,7 @@ jobs:
8080
- name: Download the build folder
8181
uses: actions/download-artifact@v4
8282
with:
83+
name: build
8384
path: ./docs
8485

8586
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)