fetch last 2

This commit is contained in:
soulgalore 2024-12-28 10:20:47 +01:00
parent dd4cd7ca5b
commit b8b494c388
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Check if /docs/ has changes
id: check_docs
run: |