Skip to content

Commit

Permalink
Add fetch-depth:0 to link-check-diff workflow
Browse files Browse the repository at this point in the history
Might solve merge-base issue
  • Loading branch information
rogermparent committed Oct 21, 2021
1 parent 7fa251c commit 37c7a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
github.event.deployment_status.state == 'success'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- id: build_check
uses: LouisBrunner/[email protected]
with:
Expand Down

0 comments on commit 37c7a61

Please sign in to comment.