Skip to content

Commit

Permalink
testing npm vs bun for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-genesis committed Jun 5, 2024
1 parent 8e51c8e commit 2050389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: bun install --no-save # do not generate a lockfile

- name: Build Docusaurus and check for broken links
run: bun run build
run: npm run build
env:
BRANCH: ${{ github.base_ref }}
BASE_URL: /docs/
Expand Down

0 comments on commit 2050389

Please sign in to comment.