diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 300af539..15534763 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: run: npm test && npx jest-coverage-badges # adjust this to your project's test command - name: Build Docs - run: npm run docs -- --publicPath /docs/ --hideInPageTOC true --hideBreadcrumbs true + run: npm run docs -- --out / --hideInPageTOC true --hideBreadcrumbs true - name: Semantic Release env: