Skip to content

Commit 927412b

Browse files
Merge pull request #152 from MridulS/fork_docs
FIX: CI doc building from forks
2 parents 2955216 + 87a6352 commit 927412b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
with:
4949
ref: ${{ inputs.branch == '' && github.ref_name || inputs.branch }}
50+
repository: ${{ github.event.pull_request.head.repo.full_name }}
5051
fetch-depth: 0 # history required so cmake can determine version
5152
- uses: actions/setup-python@v5
5253
with:

0 commit comments

Comments
 (0)