From 5d74454aae11f1810bf242e10a200538d3a25d2b Mon Sep 17 00:00:00 2001 From: niksirbi Date: Wed, 27 Sep 2023 10:52:11 +0100 Subject: [PATCH] temporarily enable publishing from this branch for review --- .github/workflows/docs_build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_build_and_deploy.yml b/.github/workflows/docs_build_and_deploy.yml index 85d3aae..6a7b37f 100644 --- a/.github/workflows/docs_build_and_deploy.yml +++ b/.github/workflows/docs_build_and_deploy.yml @@ -8,7 +8,7 @@ name: Build Sphinx docs and deploy to GitHub Pages on: push: branches: - - main + - sleap-module tags: - '*' pull_request: @@ -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