Skip to content

Commit 6a994e3

Browse files
committed
yml
1 parent 5a73f81 commit 6a994e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Bundle the app with Webpack
3232
run: npm run build:bundle
3333
- name: List files in the build directory
34-
run: ls -l ./build # Ensure that files exist in the build directory
34+
run: ls -l
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: react-build
39-
path: build # Ensure the path to the build directory is correct
39+
path: build
4040

4141
deploy:
4242
needs: build

0 commit comments

Comments
 (0)