Skip to content

Commit

Permalink
chore: try npm for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 7, 2024
1 parent 784899d commit e8c3ab5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Setup Node
uses: actions/setup-node@v4

- name: Install dependencies
run: bun install --frozen-lockfile
run: npm install
- name: Build website
run: bun run build
run: npm run build

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

0 comments on commit e8c3ab5

Please sign in to comment.