Skip to content

Commit

Permalink
added next config to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed May 16, 2024
1 parent b175e7d commit 470bf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:

- run: bun i next@^13.0.6 nextra@2.13.4 nextra-theme-docs@2.13.4 react@^18.2.0 react-dom@^18.2.0
- run: bunx create-next-app docs_site --v 13.0.6 --ts --no-tailwind --no-eslint --no-app --no-src-dir --no-import-alias --empty --use-bun
- run: "cd docs_site && bun run build && cd ../"
- run: "echo 'Bun.write(`./next.config.js`, `const withNextra = require(\"nextra\")({ output: \"build\" }); module.exports = withNextra()`)' | bun run -"
- run: cd docs_site && bun run build && cd ../

0 comments on commit 470bf8b

Please sign in to comment.