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 31810b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9,595 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
2 changes: 1 addition & 1 deletion apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
faviconGlyph: "🚀",
useNextSeoProps() {
return {
titleTemplate: '%s - Better React Server Actions',
titleTemplate: '%s - Isomorphic SVG Charts',
}
}
}
Loading

0 comments on commit 31810b4

Please sign in to comment.