Skip to content

Commit

Permalink
Merge pull request #6 from bigcommerce/bc-gh-pages-deploy-fix
Browse files Browse the repository at this point in the history
Update GH pages deploy action to use new base url
  • Loading branch information
davelinke authored Oct 7, 2024
2 parents f4412b0 + e526739 commit ffaae42
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 ffaae42

Please sign in to comment.