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:
|
paths-ignore:
|
||||||
- '_data/webmention_io_*'
|
- '_data/webmention_io_*'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: "pages"
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
permissions:
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
environment:
|
||||||
|
name: sloane.sh
|
||||||
|
url: https://sloane.sh
|
||||||
env:
|
env:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue