From 2f3577e4c962e7223ea59f2ffc237b177a6d1ae9 Mon Sep 17 00:00:00 2001 From: Cameron Campbell Date: Fri, 17 May 2024 02:49:46 +0100 Subject: [PATCH] updated action --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ef390e4..99cb7d3 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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.