Skip to content

Commit ba6440b

Browse files
authored
Fetch complete git history to correctly set "updated by" texts
1 parent 6dbf8b5 commit ba6440b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@master
11+
with:
12+
fetch-depth: 0 # fetch complete history so that the "last updated by" texts can be set correctly
1113
- name: Use Node.js 10.x
1214
uses: actions/setup-node@v1
1315
with:
@@ -27,4 +29,4 @@ jobs:
2729
PUBLISH_DIR: ./docs/build
2830
with:
2931
emptyCommits: false
30-
keepFiles: false
32+
keepFiles: false

0 commit comments

Comments
 (0)