fix: use different names for each deploy artifact
This commit is contained in:
parent
f829597f12
commit
8bbb1df26b
2 changed files with 15 additions and 7 deletions
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
|
@ -39,7 +39,11 @@ jobs:
|
|||
git config user.email "actions@github.com"
|
||||
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
name: github-pages-publish-1
|
||||
- uses: actions/deploy-pages@v4
|
||||
with:
|
||||
artifact_name: github-pages-publish-1
|
||||
- run: |
|
||||
git add _data/webmention_io_*
|
||||
git diff --staged --quiet || git commit -m "publish: ${{ github.sha }}"
|
||||
|
@ -47,7 +51,11 @@ jobs:
|
|||
- run: bundle exec jekyll webmention
|
||||
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
name: github-pages-publish-2
|
||||
- uses: actions/deploy-pages@v4
|
||||
with:
|
||||
artifact_name: github-pages-publish-1
|
||||
- run: |
|
||||
git add _data/webmention_io_*
|
||||
git diff --staged --quiet || git commit --amend --no-edit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
https://sloane.sh/uses/:
|
||||
https://brid.gy/publish/mastodon: 3
|
||||
https://brid.gy/publish/bluesky: 3
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
https://brid.gy/publish/bluesky: 4
|
||||
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: 3
|
||||
https://brid.gy/publish/bluesky: 3
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
https://brid.gy/publish/bluesky: 4
|
||||
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: 3
|
||||
https://brid.gy: 4
|
||||
https://webmention.io:
|
||||
status: queued
|
||||
summary: Webmention was queued for processing
|
||||
|
@ -111,6 +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: 2
|
||||
https://brid.gy/publish/mastodon: 3
|
||||
https://sloane.sh/2025/01/29/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: 2
|
||||
https://brid.gy/publish/mastodon: 3
|
||||
|
|
Loading…
Reference in a new issue