This commit is contained in:
parent
690e1551fd
commit
ba4216afcc
4 changed files with 9 additions and 5 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
publish_dir: ./_site
|
||||
- run: |
|
||||
git add _data/webmention_io_*
|
||||
git diff --staged --quiet || git commit -m "Publish"
|
||||
git diff --staged --quiet || git commit -m "publish: ${{ github.sha }}"
|
||||
git push origin main
|
||||
- run: bundle exec jekyll webmention
|
||||
- run: bundle exec jekyll build
|
||||
|
@ -39,5 +39,5 @@ jobs:
|
|||
publish_dir: ./_site
|
||||
- run: |
|
||||
git add _data/webmention_io_*
|
||||
git diff --staged --quiet || git commit --amend
|
||||
git diff --staged --quiet || git commit --amend --no-edit
|
||||
git push origin main --force-with-lease
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
"/uses/": 2025-01-28
|
||||
"/2025/01/28/syndication-test/index.html": 2025-01-28
|
||||
"/2025/01/28/post/index.html": 2025-01-28
|
||||
"/uses/": 2025-01-29
|
||||
"/2025/01/28/syndication-test/index.html": 2025-01-29
|
||||
"/2025/01/28/post/index.html": 2025-01-29
|
||||
"/2025/01/28/post-1/index.html": 2025-01-28
|
||||
"/2025/01/29/post-1/index.html": 2025-01-29
|
||||
|
|
|
@ -112,3 +112,5 @@ https://sloane.sh/2025/01/28/post/index.html:
|
|||
target: https://webmention.io
|
||||
https://sloane.sh/2025/01/28/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: false
|
||||
https://sloane.sh/2025/01/29/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: false
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
"/2025/01/28/syndication-test/index.html": {}
|
||||
"/2025/01/28/post/index.html": {}
|
||||
"/2025/01/28/post-1/index.html": {}
|
||||
"/2025/01/29/post-1/index.html": {}
|
||||
|
|
Loading…
Reference in a new issue