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 2abd172 commit b1a3cd5Copy full SHA for b1a3cd5
.github/workflows/gh-pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
37
with:
38
- name: react-build # Name the artifact as 'react-build'
+ name: github-pages # Name the artifact as 'react-build'
39
path: ./build # Path to the build output directory
40
41
deploy:
@@ -47,7 +47,7 @@ jobs:
47
- name: Download artifact
48
uses: actions/download-artifact@v4
49
50
- name: react-build # Name should match the uploaded artifact name
+ name: github-pages # Name should match the uploaded artifact name
51
- name: List files after download
52
run: ls -l # Confirm the artifact was downloaded correctly
53
- name: Deploy to GitHub Pages
0 commit comments