Skip to content

Commit daa8abb

Browse files
test
1 parent c4e7f85 commit daa8abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
53-
name: build
53+
name: github-pages
5454
path: ./docs
5555

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

8686
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)