Skip to content

Commit

Permalink
fix: added list artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
ThianHooi committed Jul 27, 2024
1 parent 90da9f0 commit 81b3791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: bun install
- name: Build
run: bun run build
- name: List build directory
run: ls -la ./build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 81b3791

Please sign in to comment.