Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Oct 1, 2023
1 parent 2521d36 commit 8aa56bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8aa56bb

Please sign in to comment.