Skip to content

Commit cf6127d

Browse files
committed
syntax error
1 parent 9063067 commit cf6127d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
- name: Last Modified Date
3737
run: |
3838
files=($(find . -name '*.md' -not -path './.github/*'))
39-
for f in ${files[@]}
39+
for f in ${files[@]};
40+
do echo $f
4041
last_modified=$(git log -1 --pretty="format:%ch" $f)
41-
do echo -e "\n\n*Last Modified $last_modified*" >> $f
42+
echo -e "\n\n*Last Modified $last_modified*" >> $f
4243
done
4344
- name: Setup Pages
4445
id: pages

0 commit comments

Comments
 (0)