Skip to content

Commit

Permalink
Added concurrency to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike authored Apr 1, 2023
1 parent da954f9 commit 1120bb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- '/docs'
- '/mkdocs.yml'
workflow_dispatch:
concurrency:
group: "docs"
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -22,4 +25,4 @@ jobs:
- run: pip install mkdocs-git-authors-plugin
- run: pip install mkdocs-enumerate-headings-plugin
- run: pip install mkdocs-glightbox
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 1120bb2

Please sign in to comment.