Skip to content

Commit

Permalink
Update doc generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Mar 19, 2021
1 parent 501830b commit 9d137df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- run: pip install -r dev-requirements.txt
- run: python setup.py develop
- run: pdoc --html --output-dir docs dphon
- run: pdoc --html dphon
- run: mkdir docs && mv html/dphon/* docs/
- uses: EndBug/add-and-commit@v5
with:
add: "docs/ --force"
Expand Down

0 comments on commit 9d137df

Please sign in to comment.