Skip to content

Commit

Permalink
Made autodocs workflow clear old documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger-Tom committed Dec 7, 2023
1 parent efa5e46 commit e956c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
python-version: '3.12'
cache: pip
- name: "Remove existing docs"
run: "rm --force --recursive ./docs/autodocs/"
- name: "Explicitly install requirements"
run: "python3 -m pip install -r requirements.txt"
- name: "Execute makedoc.py"
Expand Down

0 comments on commit e956c5e

Please sign in to comment.