Skip to content

Commit 6e4ec77

Browse files
committed
Fetch more than the latest commit
1 parent 16ff17e commit 6e4ec77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown_equations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
# Specify whether to remove untracked files before checking out the repository:
5151
clean: true
5252

53-
# Limit clone depth to the most recent commit:
54-
fetch-depth: 1
53+
# Limit clone depth to the most recent 100 commits:
54+
fetch-depth: 100
5555

5656
# Specify whether to download Git-LFS files:
5757
lfs: false

0 commit comments

Comments
 (0)