Making sure docs directory doesn't exist @minor

This commit is contained in:
Corey Oordt 2021-12-23 16:48:15 -06:00
parent 3b189e968e
commit 249d3c95c2

View file

@ -29,9 +29,8 @@ jobs:
pip install -r requirements/dev.txt
- name: Prepare documentation build
run: |
mkdir -p docs
rm -f doc_src/api/categories*.rst
ls -A1 docs | xargs -I {} rm -rf docs/{}
rm -rf docs/
git fetch origin gh-pages
git update-ref -d refs/heads/gh-pages
# - name: Publish documentation