From 57e2be31e2523a614958bbc557f4ce11ec377203 Mon Sep 17 00:00:00 2001 From: Matthew Preisser <55750345+mdp0023@users.noreply.github.com> Date: Wed, 1 May 2024 15:43:09 -0500 Subject: [PATCH] Update documenation.yml --- .github/workflows/documenation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documenation.yml b/.github/workflows/documenation.yml index e8d4ce0..ced380f 100644 --- a/.github/workflows/documenation.yml +++ b/.github/workflows/documenation.yml @@ -21,9 +21,9 @@ jobs: sphinx-build -E doc _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/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/ - force_orphan: true \ No newline at end of file + force_orphan: true