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 5a73f81 commit 6a994e3Copy full SHA for 6a994e3
.github/workflows/gh-pages.yml
@@ -31,12 +31,12 @@ jobs:
31
- name: Bundle the app with Webpack
32
run: npm run build:bundle
33
- name: List files in the build directory
34
- run: ls -l ./build # Ensure that files exist in the build directory
+ run: ls -l
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
37
with:
38
name: react-build
39
- path: build # Ensure the path to the build directory is correct
+ path: build
40
41
deploy:
42
needs: build
0 commit comments