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 d6bb758 commit fec3a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
uses: actions/configure-pages@v4
with:
static_site_generator: next

- name: Install Dependencies with Bun 🔧
run: bun install

- name: Build with Next.js using Bun 🏗️
run: bun run build
Expand Down

0 comments on commit fec3a13

Please sign in to comment.