Skip to content

Commit

Permalink
Nest in preview folder test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Nov 1, 2024
1 parent 9832fae commit 627f2f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ jobs:
- name: Build
run: pnpm build:site
env:
BASE_NAME: /braid-design-system/${{ github.sha }}
BASE_NAME: /braid-design-system/preview/${{ github.sha }}
BRANCH_NAME: ${{ github.ref_name }}

- name: Deploy preview site
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # 4.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: ./site/dist
target-folder: ${{ github.sha }}
branch: gh-pages-test
target-folder: preview/${{ github.sha }}

- name: Update PR status
run: pnpm post-commit-status
Expand Down

0 comments on commit 627f2f5

Please sign in to comment.