Skip to content

Commit

Permalink
ci: docs add coverage html (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsheKR authored Jan 18, 2022
1 parent 0c0ea89 commit adc64e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
poetry config virtualenvs.in-project true
poetry install
- name: Run tests
run: |
make test
- name: Move htmlcov to site
run: |
mv htmlcov docs
- name: Deploy documents
run: |
git config user.name ${{ secrets.GH_USER }}
Expand Down

0 comments on commit adc64e6

Please sign in to comment.