From 0cdcb67f889aef6b8d903e737ad36f349f5e12b5 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Mon, 21 Oct 2024 17:23:38 -0700 Subject: [PATCH] try to get documentation deploy to happen --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 82e6b6a..d95069d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,9 +16,9 @@ jobs: sphinx-build doc _build - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/skycat_doc2' }} with: publish_branch: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} + # github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/ force_orphan: true