Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fipso committed Dec 11, 2023
1 parent 28b368e commit 175e8ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@ env:
jobs:
frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./www
steps:
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v3

- name: Install NodeJS dependencies
working-directory: ./www
run: bun install

- name: Build
working-directory: ./www
run: bun run build

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: dist
path: ./dist
path: ./www/dist/

backend:
needs: frontend
Expand Down

0 comments on commit 175e8ae

Please sign in to comment.