diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31aacaee..dbb62e29 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,9 @@ name: Publish to GitHub Pages on: push: branches: [main, master] +concurrency: + group: pages + cancel-in-progress: true # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read