From 3e40b7d45c818d9d63ab61f4f236a10193c25d5e Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 21 Sep 2022 18:55:55 +1000 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 52fd0843..8af8318b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,10 +10,15 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true + + jobs: - # This workflow contains a single job called "build" - build: + deploy-docs: # The type of runner that the job will run on runs-on: ubuntu-latest