Skip to content

Commit

Permalink
Strip back
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 31, 2024
1 parent 6604536 commit 6d75da8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
path: 'site/node_modules/.cache/babel-loader'
key: babel-loader-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml') }}

- name: Build
run: pnpm build:site
# - name: Build
# run: pnpm build:site

# - name: Deploy to surge
# run: pnpm surge -p ./site/dist -d braid-design-system--${GITHUB_SHA}.surge.sh
Expand All @@ -44,15 +44,15 @@ jobs:
# SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}

- name: Debug var
run: echo ${{ github.event.head.sha }}
run: echo ${{ github.sha }}

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

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

0 comments on commit 6d75da8

Please sign in to comment.