Skip to content

Commit

Permalink
Fix preview.yaml for forked repos (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored Apr 15, 2024
1 parent ae64007 commit b4e0631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
path: ./site/

- name: Deploy preview
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./site/

0 comments on commit b4e0631

Please sign in to comment.