Skip to content

Commit

Permalink
temporarily enable publishing from this branch for review
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 10, 2023
1 parent d7b59a2 commit 5d74454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build Sphinx docs and deploy to GitHub Pages
on:
push:
branches:
- main
- sleap-module
tags:
- '*'
pull_request:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
needs: build_sphinx_docs
permissions:
contents: write
if: github.event_name == 'push' && github.ref_name == 'main'
if: github.event_name == 'push' && github.ref_name == 'sleap-module'
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/deploy_sphinx_docs@v2
Expand Down

0 comments on commit 5d74454

Please sign in to comment.