Publish
This commit is contained in:
parent
690e1551fd
commit
6039b6e815
5 changed files with 15 additions and 15 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
|
||||
|
|
|
@ -91,7 +91,3 @@ www.negativelabpro.com:
|
|||
state: unsupported
|
||||
attempts: 1
|
||||
last_checked: '2025-01-28 19:15:10 -0500'
|
||||
brid.gy:
|
||||
state: unsupported
|
||||
attempts: 1
|
||||
last_checked: '2025-01-28 19:17:44 -0500'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
https://sloane.sh/uses/:
|
||||
https://brid.gy/publish/mastodon: 1
|
||||
https://brid.gy/publish/bluesky: 1
|
||||
https://brid.gy/publish/mastodon: 2
|
||||
https://brid.gy/publish/bluesky: 2
|
||||
https://wafer.baby/@d: false
|
||||
https://usesthis.com/: false
|
||||
https://screen.garden: false
|
||||
|
@ -28,8 +28,8 @@ https://sloane.sh/uses/:
|
|||
https://readwise.io/read: 1
|
||||
https://www.negativelabpro.com/: 1
|
||||
https://sloane.sh/2025/01/28/syndication-test/index.html:
|
||||
https://brid.gy/publish/mastodon: 1
|
||||
https://brid.gy/publish/bluesky: 1
|
||||
https://brid.gy/publish/mastodon: 2
|
||||
https://brid.gy/publish/bluesky: 2
|
||||
https://sloane.sh/2025/01/28/post/index.html:
|
||||
https://brid.gy/publish/mastodon:
|
||||
id: '113908767986819456'
|
||||
|
@ -103,7 +103,7 @@ https://sloane.sh/2025/01/28/post/index.html:
|
|||
https://brid.gy/publish/bluesky:
|
||||
id: at://did:plc:j7knblsrh4flod7wy2ynoycs/app.bsky.feed.post/3lgtoykvien23
|
||||
url: https://bsky.app/profile/sloane.sh/post/3lgtoykvien23
|
||||
https://brid.gy: 1
|
||||
https://brid.gy: 2
|
||||
https://webmention.io:
|
||||
status: queued
|
||||
summary: Webmention was queued for processing
|
||||
|
@ -111,4 +111,6 @@ https://sloane.sh/2025/01/28/post/index.html:
|
|||
source: 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://brid.gy/publish/mastodon: 1
|
||||
https://sloane.sh/2025/01/29/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: 1
|
||||
|
|
|
@ -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