Skip to content

Commit

Permalink
feat: add bun for dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-sh committed Jun 17, 2024
1 parent 8e07ca7 commit d569cda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
uses: actions/configure-pages@v4
with:
static_site_generator: next

- name: Install dependencies
run: bun install --no-frozen-lockfile
- name: Build with Next.js 🏗️
run: bun run build
- name: Upload artifact 📡
Expand Down

0 comments on commit d569cda

Please sign in to comment.