Skip to content

Commit 78402c9

Browse files
committed
fix: add missing checkout step to docs-pr CI job
dorny/paths-filter needs a git checkout to run git diff. The checkout step was accidentally removed when rewriting the docs-only skip logic. Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 7190c69 commit 78402c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
outputs:
2424
docs-only: ${{ steps.docs-only.outputs.result }}
2525
steps:
26+
- uses: actions/checkout@v6
2627
- uses: dorny/paths-filter@v3
2728
id: changes
2829
with:

0 commit comments

Comments
 (0)