Skip to content

Commit def5a21

Browse files
committed
yml
1 parent 6377a57 commit def5a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: List files in the build directory
3434
run: ls -l ./build
3535
- name: Upload artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-pages-artifact@v1
3737
with:
3838
name: github-pages # Name the artifact as 'react-build'
3939
path: ./build # Path to the build output directory

0 commit comments

Comments
 (0)