From 49c3ad3a917baa0ede86ea25f8f0220b2154f311 Mon Sep 17 00:00:00 2001 From: RichardFrangenberg Date: Fri, 13 Oct 2023 18:57:11 +0200 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 2b046ed6..08df3682 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: sphinx-build Documentation _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/dev_pages' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}