Skip to content

Commit

Permalink
Fix docs pipeline for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Oct 3, 2024
1 parent 8175974 commit 6456487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Documentation"

on:
pull_request:
pull_request_target:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
Expand Down Expand Up @@ -30,6 +30,9 @@ jobs:
steps:
- name: "Checkout code"
uses: "actions/checkout@v4"
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: "Checkout Docs Generator"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 6456487

Please sign in to comment.