From 9faba5b52132e2630fc9f2c09b675c44506d7b7a Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Mon, 15 Jan 2024 15:05:27 +0100 Subject: [PATCH] update in doc --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b2d7551..75d7d14 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -25,7 +25,7 @@ jobs: path: sphinx/_build/html/ - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/sphinx' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: sphinx/_build/html