Skip to content

Commit 5a2c9d1

Browse files
committed
More ci.yml tweaks
1 parent 6711359 commit 5a2c9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- name: Configure Git Credentials
1618
run: |
1719
git config user.name github-actions[bot]
@@ -26,7 +28,6 @@ jobs:
2628
with:
2729
key: mkdocs-material-${{ env.cache_id }}
2830
path: .cache
29-
fetch-depth: 0
3031
restore-keys: |
3132
mkdocs-material-
3233
- run: >

0 commit comments

Comments
 (0)