Skip to content

Commit d449c6e

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)