Skip to content

Commit d449c6e

Browse files
committed
Add newline before commit log
1 parent a436430 commit d449c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v3
31+
- run: echo '' >> index.md
3132
- run: echo '# History' >> index.md
3233
- name: Append Git History
3334
run: git log -n 15 --abbrev-commit --date=short --decorate --format=format:'%h - (%ad) %s%n' --all | sed 's/^......./[&](https:\/\/github.com\/matrix-org\/arewemlsyet\/commit\/&)/' >> index.md

0 commit comments

Comments
 (0)