Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 30, 2023
1 parent 930070d commit 4418e62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
run_docs:
runs-on: "ubuntu-22.04"
Expand Down Expand Up @@ -44,7 +48,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
repository-name: photonvision/photonvision.github.io
branch: photonvision-${{ env.BRANCH }}
clean: true
Expand Down

0 comments on commit 4418e62

Please sign in to comment.