Skip to content

Commit 02f50d0

Browse files
committed
added debugging info to date modified footer script
1 parent a1d77c7 commit 02f50d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
files=($(find . -name '*.md' -not -path './.github/*'))
3939
for f in ${files[@]};
4040
do echo $f
41+
git log -3 --all -- $f
4142
commit_hash=$(git rev-list -1 --all -- $f)
4243
last_modified=$(git log -1 $commit_hash --pretty="format:%ch")
4344
echo -e "\n\n*Last Modified $last_modified*" >> $f

0 commit comments

Comments
 (0)