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: