From 5a07825db43856cbe231800f5da88465fbb918a9 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 6 Oct 2023 15:30:13 +0200 Subject: [PATCH] test2 --- .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 94327f6..6c55dd2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,7 +23,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }} with: - publish_branch: est_shinx_actions + publish_branch: test_sphinx_actions github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/ force_orphan: true \ No newline at end of file