Skip to content

Commit

Permalink
switched to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Sep 10, 2023
1 parent 15c490f commit 1f2a3d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- uses: workflow/nix-shell-action@v3
with:
packages: nodejs
packages: bun
script: |
npm install
npm run fetch-data
npm run build
bun install
bun run fetch-data
bun run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 1f2a3d3

Please sign in to comment.