Skip to content

Commit

Permalink
Merge pull request #92 from shunsock/vitepress
Browse files Browse the repository at this point in the history
bun actions
  • Loading branch information
shunsock authored Jan 4, 2025
2 parents 1e6287a + ad7eb6c commit 461d597
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.0.11

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 461d597

Please sign in to comment.