From ad3a4b9c4d3e7190ddbe43583c3e3e5232b83ceb Mon Sep 17 00:00:00 2001 From: RobinEnjalbert <74538826+RobinEnjalbert@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:52:26 +0100 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7c81ba2d..498546fa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: sphinx-build docs/src docs/build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}