Skip to content

Commit

Permalink
Merge pull request #29 from neuroinformatics-unit/update-deploy-docs-…
Browse files Browse the repository at this point in the history
…workflow

Updated docs deployment workflow
  • Loading branch information
JoeZiminski authored Jun 26, 2023
2 parents 3f72cf4 + 00e097c commit ff1199d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
deploy_sphinx_docs:
name: Deploy Sphinx Docs
needs: build_sphinx_docs
permissions:
contents: write
if: github.event_name == 'push' && github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ff1199d

Please sign in to comment.