From b7c4ac4e1c851365077d20b7be9ae4893db2792e Mon Sep 17 00:00:00 2001 From: Matthew Townson Date: Mon, 4 Sep 2023 11:53:54 +0100 Subject: [PATCH] testing removing criteria for deploy --- .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 ef01ce3..ba90c0c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: sphinx-build doc/source _build - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }} + # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}