From 17f0fe82eec129ec086d8ce19fe82c484f72be24 Mon Sep 17 00:00:00 2001 From: Abdalla1423 <77030779+Abdalla1423@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:20:19 +0200 Subject: [PATCH] Update documentation.yml --- .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 ad06ce7..615b0cf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: - publish_branch: gh-pages + publish_branch: main github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_build/ force_orphan: true