Skip to content

Commit

Permalink
ci: fix marketing website build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Apr 6, 2022
1 parent c735ec5 commit ee6a2f2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/website
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand All @@ -25,5 +22,5 @@ jobs:
${{ runner.os }}-
- name: Build marketing website
run: |
npm i
npm run build
npm install -w packages/amagaki -w packages/website
npm run build -w packages/website

0 comments on commit ee6a2f2

Please sign in to comment.