From 2e53814968731d91a742edcad7722599dddf966d Mon Sep 17 00:00:00 2001 From: m-kus Date: Mon, 23 Nov 2020 17:49:38 +0300 Subject: [PATCH] Update github workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7dbaf8621..21f070625 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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