Skip to content

Commit

Permalink
Fix setup-bun action source
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 17, 2024
1 parent 79823de commit ed954d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-bun@v2
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
- name: Build
run: bun run pages-build
- name: Setup Pages
Expand Down

0 comments on commit ed954d4

Please sign in to comment.