Skip to content

Commit

Permalink
ci: update yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Aug 20, 2024
1 parent 41c2c67 commit 9809f2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
with:
static_site_generator: next
- name: Build with Next.js
run: yarn build
run: |
cd app
yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: app/out

build-and-deploy-spec:
permissions:
Expand Down

0 comments on commit 9809f2a

Please sign in to comment.