From 9a26419391f0da576435b8a0babedd45ca5e5f03 Mon Sep 17 00:00:00 2001 From: Giuseppe Silano Date: Fri, 7 Jun 2024 08:29:27 +0200 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index a4ff135..432e355 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -11,16 +11,17 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages - permissions: - contents: read - pages: write - id-token: write +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true - # Allow one concurrent deployment - concurrency: - group: "pages" - cancel-in-progress: true jobs: jekyll: