fix publish workflow
Some checks are pending
Build and publish / build-and-deploy (push) Waiting to run
Some checks are pending
Build and publish / build-and-deploy (push) Waiting to run
This commit is contained in:
parent
937de0219f
commit
d8e875acea
1 changed files with 10 additions and 0 deletions
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
|
@ -7,9 +7,19 @@ on:
|
|||
paths-ignore:
|
||||
- '_data/webmention_io_*'
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
environment:
|
||||
name: sloane.sh
|
||||
url: https://sloane.sh
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
|
||||
|
|
Loading…
Reference in a new issue