Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Balackburn committed Oct 23, 2024
1 parent ebb267b commit b05b282
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
node-version: 20
cache: npm
bun-version: latest

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Install dependencies
run: npm ci
run: bun install

- name: Build with Vite
run: npm run build
run: bun run build

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

0 comments on commit b05b282

Please sign in to comment.