Skip to content

Commit

Permalink
start fresh every time
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 4e17fdd commit 5edb50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
poetry run bbot/scripts/docs.py
- name: Commit and Push Changes
run: |
git branch -D update-docs || true
git config user.name "BBOT Docs Autopublish"
git config user.email "[email protected]"
git checkout -b update-docs
Expand Down

0 comments on commit 5edb50f

Please sign in to comment.