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 e6cf2eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9,594 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
run: yarn install --immutable

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

0 comments on commit e6cf2eb

Please sign in to comment.