diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 53fd39e..1f93a05 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/_data/webmention_io_lookups.yml b/_data/webmention_io_lookups.yml index 5468643..c3ccbb2 100644 --- a/_data/webmention_io_lookups.yml +++ b/_data/webmention_io_lookups.yml @@ -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 diff --git a/_data/webmention_io_outgoing.yml b/_data/webmention_io_outgoing.yml index 3d3e592..051a88d 100644 --- a/_data/webmention_io_outgoing.yml +++ b/_data/webmention_io_outgoing.yml @@ -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 diff --git a/_data/webmention_io_received.yml b/_data/webmention_io_received.yml index 7153bf2..631d383 100644 --- a/_data/webmention_io_received.yml +++ b/_data/webmention_io_received.yml @@ -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": {}