We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef051b commit a436430Copy full SHA for a436430
.github/workflows/jekyll-gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v3
31
- run: echo '# History' >> index.md
32
- name: Append Git History
33
- run: git log -n 15 --abbrev-commit --date=short --decorate --format=format:'%h - (%ad) %s%n' --all | sed 's/^......./[&](https:\/\/github.com\/matrix-org\/arewep2pyet\/commit\/&)/' >> index.md
+ 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
34
- name: Setup Pages
35
uses: actions/configure-pages@v3
36
- name: Build with Jekyll
0 commit comments