Publish
Some checks are pending
Build and publish / build-and-deploy (push) Waiting to run

This commit is contained in:
GitHub Actions Bot 2025-01-29 16:44:47 +00:00 committed by sloane
parent 690e1551fd
commit ba4216afcc
4 changed files with 9 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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": {}