Skip to content

Commit

Permalink
Update GH pages deploy action to use new base url
Browse files Browse the repository at this point in the history
  • Loading branch information
becomevocal authored Oct 7, 2024
1 parent f4412b0 commit e526739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-examples-site-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build examples site
run: npm run build-site
run: npm run build-site -- -- --base=/big-design-patterns-sandbox/
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit e526739

Please sign in to comment.