From 42386e0335cae5aed22f2675290d524c2c681bd8 Mon Sep 17 00:00:00 2001 From: Bilal Tariq Date: Mon, 6 May 2024 17:40:35 +0100 Subject: [PATCH] temp fix to force docs publish --- .github/workflows/gendocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gendocs.yml b/.github/workflows/gendocs.yml index 00952a1..f90c3a5 100644 --- a/.github/workflows/gendocs.yml +++ b/.github/workflows/gendocs.yml @@ -28,7 +28,7 @@ jobs: sphinx-build -M html docs/source 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' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}