Skip to content

Commit

Permalink
fix : github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
watchakorn-18k committed Nov 24, 2024
1 parent c7eef54 commit 82a328c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
run: pwd && ls

- name: Build with Next.js using Bun 🏗️
run: pwd && bun run build
run: bun run build

- name : Check Path
run: pwd && ls -a

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
with:
path: ./build
path: ./out

deploy:
environment:
Expand Down

0 comments on commit 82a328c

Please sign in to comment.