From 40c62d9c1863a7c5e2c4159e8b08e3b7b95820a1 Mon Sep 17 00:00:00 2001 From: hs Date: Wed, 11 Sep 2024 19:27:06 +0800 Subject: [PATCH] fix push --- .github/workflows/deploy_sphinx_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_sphinx_docs.yml b/.github/workflows/deploy_sphinx_docs.yml index 4e84ee98..783cf00b 100644 --- a/.github/workflows/deploy_sphinx_docs.yml +++ b/.github/workflows/deploy_sphinx_docs.yml @@ -81,7 +81,7 @@ jobs: name: SphinxDoc path: 'docs/sphinx_doc/build/html' - 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/sphinxdoc_page' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: 'docs/sphinx_doc/build/html'