Skip to content

Commit

Permalink
ci: 🐛 Make sure CI builds with Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Sep 14, 2024
1 parent 84f2d85 commit bd5273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: bun install

- name: Build
run: bun nuxt build --preset github_pages
run: bun --bun nuxt build --preset github_pages

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit bd5273a

Please sign in to comment.