Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Nov 23, 2020
1 parent 5f58bae commit 2e53814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: poetry run pytest tests/
- name: Make docs
if: github.ref == 'refs/heads/master'
run: make docs
run: poetry run make docs
- name: Deploy to GH Pages
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2e53814

Please sign in to comment.