From 66ef56758a2a2b8de5df6a138075580fd28f2199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 14 Oct 2019 07:24:44 +0200 Subject: [PATCH] Fix documentation workflow (again) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 664ceae8..5b7fce7d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: python -m pip install --upgrade pipenv pipenv install --dev - name: Build - run: mkdocs build + run: pipenv run mkdocs build - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0 env: