Skip to content

Commit

Permalink
Test context of target
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 20, 2024
1 parent a49961f commit 5597324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-page-preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR Preview

on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]

jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Deploy to Publication Branch
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/.output/public
destination_dir: __preview/pr-${{ github.event.pull_request.number }}

Expand Down

0 comments on commit 5597324

Please sign in to comment.