Fix Docs Reference action for forks (#13130)

pull/13149/head
Glenn Jocher 6 months ago committed by GitHub
parent ef85f74716
commit 722ae9af37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml

@ -45,6 +45,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref || github.ref }}
fetch-depth: 0
- name: Set up Python

Loading…
Cancel
Save