mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Making sure docs directory doesn't exist @minor
This commit is contained in:
parent
3b189e968e
commit
249d3c95c2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue