Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 937d983 commit 3df5bda
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3df5bda

Please sign in to comment.