Skip to content

Commit 2e562a4

Browse files
committed
No need to fetch all history
1 parent 636fe6f commit 2e562a4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ jobs:
1515
pages: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
# Fetch all tags and branches, so that MkDocs could push incremental updates.
20-
fetch-depth: 0
2118
- uses: ./.github/actions/deploy-site

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
pages: write
1818
steps:
1919
- uses: actions/checkout@v4
20-
with:
21-
# Fetch all tags and branches, so that MkDocs could push incremental updates.
22-
fetch-depth: 0
2320
- uses: actions/setup-java@v4
2421
with:
2522
distribution: 'zulu'

0 commit comments

Comments
 (0)