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 5ecd819 commit 2ed537a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- run: "echo 'Bun.write(`./nextra-docs-template/next.config.js`, `const withNextra = require(\"nextra\")({ theme: \"nextra-theme-docs\", themeConfig: \"./theme.config.tsx\", output: \"build\" }); module.exports = withNextra()`)' | bun run -"
- run: npm run --prefix ./nextra-docs-template build

- uses: actions/upload-pages-artifact@v3
with:
name: my-artifact
path: ./build
- run: ls
- run: cd ./nextra-docs-template && ls



0 comments on commit 2ed537a

Please sign in to comment.