Update jekyll.yml

This commit is contained in:
Tom 2024-07-29 14:42:48 +01:00
parent aa2e97cea2
commit ef17a1c3de

View File

@ -23,7 +23,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}" group: "pages"
cancel-in-progress: false cancel-in-progress: false
jobs: jobs: