We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6377a57 commit def5a21Copy full SHA for def5a21
.github/workflows/gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: List files in the build directory
34
run: ls -l ./build
35
- name: Upload artifact
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v1
37
with:
38
name: github-pages # Name the artifact as 'react-build'
39
path: ./build # Path to the build output directory
0 commit comments