Skip to content

Commit

Permalink
Use context
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 31, 2024
1 parent 28d8649 commit 927e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages-test
folder: ./site/dist
target-folder: ${{ env.GITHUB_SHA }}
target-folder: ${{ github.event.head.sha }}

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

0 comments on commit 927e1e2

Please sign in to comment.