diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 5065086..c2926ca 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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