Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Jun 14, 2024
1 parent 98aa8bc commit 0893d89
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
FORCE_COLOR: 2
node_version: 20

concurrency: # prevent concurrent deploys doing strange things
group: deploy-to-neocities
Expand All @@ -18,15 +17,12 @@ concurrency: # prevent concurrent deploys doing strange things
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
- run: npm i --save-dev
- run: npm run build:deploy
- name: Use Bun
uses: oven-sh/setup-bun@v1
- run: bun i --save-dev
- run: bun run build
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0893d89

Please sign in to comment.