From 3df5bda4f51c29907b4a6ce1c159c44374007483 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 31 Oct 2024 17:50:28 -0400 Subject: [PATCH] more --- .github/workflows/docs_updater.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/docs_updater.yml b/.github/workflows/docs_updater.yml index 729d5c60c..365d92a98 100644 --- a/.github/workflows/docs_updater.yml +++ b/.github/workflows/docs_updater.yml @@ -23,14 +23,6 @@ jobs: poetry install - name: Generate docs run: | - git fetch origin - if git show-ref --verify --quiet refs/remotes/origin/update-docs; then - git switch update-docs - else - git switch dev - git switch -c update-docs - git push origin update-docs --set-upstream - fi poetry run bbot/scripts/docs.py - name: Create or Update Pull Request uses: peter-evans/create-pull-request@v7