Skip to content

Commit

Permalink
🔧 Updated deployment to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Feb 10, 2024
1 parent 879e2e9 commit bb3ef8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2,517 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# If you're using pnpm, add this step then change the commands and cache key below to use `pnpm`
# - name: Install pnpm
# uses: pnpm/action-setup@v2
# with:
# version: 8

- name: Install Node.js
uses: actions/setup-node@v3
- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
node-version: 20
cache: npm
node-version: 'latest'

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

- name: build
env:
BASE_PATH: '/'
run: |
npm run build
bun run build
touch build/.nojekyll
- name: Upload Artifacts
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit bb3ef8d

Please sign in to comment.