Skip to content

Commit c4130e9

Browse files
gh action test
1 parent aff1507 commit c4130e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: bun install
3434
- name: Build
3535
run: bun run build
36+
- name: List files for debugging
37+
run: ls -R
3638
- name: Setup Pages
3739
uses: actions/configure-pages@v4
3840
- name: Upload artifact
@@ -42,4 +44,4 @@ jobs:
4244
path: './packages/frontend/dist'
4345
- name: Deploy to GitHub Pages
4446
id: deployment
45-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)