Skip to content

Commit

Permalink
ci(docs): generate schema objects before generating docs
Browse files Browse the repository at this point in the history
fix #255
  • Loading branch information
AntoineDao committed Feb 12, 2021
1 parent b2996ae commit 0c60db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ jobs:
run: |
pip install -U .
pip install -r dev-requirements.txt
python gen_schemas.py --version ${{needs.deploy.outputs.tag}}
sphinx-apidoc -f -e -d 4 -o ./docs/modules ./queenbee
sphinx-build -b html ./docs ./docs/_build
python gen_schemas.py --version ${{needs.deploy.outputs.tag}}
- name: deploy to github pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0c60db6

Please sign in to comment.