Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed May 17, 2024
1 parent 96a23f2 commit 2f3577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git clone https://github.com/shuding/nextra-docs-template docs_site
npm i --prefix ./docs_site
npm i prettier@^3.2.5 ts-morph@^22.0.0 tablemark@^3.1.0
echo 'Bun.write(`./docs_site/next.config.js`, `const withNextra = require(\"nextra\")({ theme: \"nextra-theme-docs\", themeConfig: \"./theme.config.tsx\" }); module.exports = withNextra({ output: \"export\", distDir: \"./build\", basePath: \"/\", images: { loader: \"akamai\", path: \"\" } })`)' | bun run -
echo 'Bun.write(`./docs_site/next.config.js`, `const withNextra = require(\"nextra\")({ theme: \"nextra-theme-docs\", themeConfig: \"./theme.config.tsx\" }); module.exports = withNextra({ output: \"export\", distDir: \"./build\", basePath: \"\", images: { loader: \"akamai\", path: \"\" } })`)' | bun run -
echo 'Bun.write(`./docs_site/.nojekyll`, ``)' | bun run -
- name: Creating documentation markdown.
Expand Down

0 comments on commit 2f3577e

Please sign in to comment.