Skip to content

Commit

Permalink
🔧 updated action configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 3, 2024
1 parent 77cbdc9 commit 680e1de
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 @@ -15,7 +15,7 @@ jobs:

# Not using npm? Change `npm ci` to `yarn install` or `pnpm i`
- name: Install dependencies
run: curl -fsSL https://bun.sh/install | bash && bun install
run: curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun install

# Not using npm? Change `npm run build` to `yarn build` or `pnpm run build`
- name: Build Astro
Expand Down

0 comments on commit 680e1de

Please sign in to comment.