Skip to content

Commit f078f28

Browse files
committed
Update deploy.yml to list files in build directory
1 parent 044bd9a commit f078f28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
run: npm ci
3030
- name: Build website
3131
run: npm run build
32+
- name: List files in build directory
33+
run: cd build && ls
3234

3335
- name: Upload Build Artifact
36+
id: deployment
3437
uses: actions/upload-pages-artifact@v3
3538
with:
3639
path: build

0 commit comments

Comments
 (0)