diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index c84c35b..677bd14 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - gh-test-docs pull_request: workflow_dispatch: schedule: @@ -39,7 +40,7 @@ jobs: path: documentation/build/html - name: Deploy - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/gh-test-docs' run: | sudo chown -R $(whoami) documentation cd documentation/build/html