Skip to content

Commit

Permalink
Run latest job only
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Aug 22, 2024
1 parent e292b6b commit 5682524
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy Sphinx documentation to Pages
on:
push:
branches: [main]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
pages:
runs-on: ubuntu-20.04
Expand All @@ -13,7 +16,7 @@ jobs:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source

0 comments on commit 5682524

Please sign in to comment.