Skip to content

Commit

Permalink
fix docs workflow action for fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Jun 30, 2023
1 parent a031ca1 commit 5885f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: "Checkout code"
uses: "actions/checkout@v3"
with:
repository: ${{ github.event.pull_request.repository.url }}
ref: ${{ github.event.pull_request.head.sha }}
- name: "Checkout Docs Generator"
uses: "actions/checkout@v3"
Expand Down

0 comments on commit 5885f4e

Please sign in to comment.