Skip to content

Commit

Permalink
ci: change base path
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Feb 20, 2024
1 parent 55f2f79 commit 6f3fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
env:
BASE_PATH: /plusauth-widget
BASE_PATH: /plusauth-widget/
with:
install_command: pnpm install # default: npm ci
build_command: pnpm run build-storybook # default: npm run build-storybook
Expand Down

0 comments on commit 6f3fbc5

Please sign in to comment.