Skip to content

Commit 6a1ab54

Browse files
Merge pull request #16 from wphillipmoore/feature/fix-docs-only-ci
fix: prevent docs-only merge-base failures
2 parents b2f4083 + 112377d commit 6a1ab54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Fetch base branch for diff
2830
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)