Skip to content

Commit

Permalink
ci: fix docs app build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjuth committed Oct 1, 2024
1 parent 2b71c6e commit 02a0944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9,594 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
run: yarn install --immutable

- name: Build with Next.js
working-directory: ./apps/docs
run: BASE_PATH=/isomorphic-svg-charts yarn next build
run: BASE_PATH=/isomorphic-svg-charts yarn turbo build --filter=docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 02a0944

Please sign in to comment.