Skip to content

Commit

Permalink
Update site base names
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Nov 6, 2024
1 parent c42b5de commit 423e0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: pnpm build:site
env:
BASE_NAME: /braid-design-system/${{ github.sha }}
BASE_NAME: /braid-design-system/${{ github.ref_name }}
BRANCH_NAME: ${{ github.ref_name }}
HEAD_BRANCH_NAME: ${{ github.head_ref }}

Expand All @@ -52,5 +52,5 @@ jobs:
- name: Update PR status
run: pnpm post-commit-status
env:
BASE_NAME: /braid-design-system/preview/${{ github.sha }}
BASE_NAME: /braid-design-system/${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 423e0d0

Please sign in to comment.