From 4805977dfc2b9ddf6ccfecbfbdab432aaf05103d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 4 Mar 2021 17:54:53 +0100 Subject: [PATCH] Fix documentation generation --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5b7fce7d..c9b015ba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,10 +18,10 @@ jobs: python-version: 3.7 - name: Install dependencies run: | - python -m pip install --upgrade pipenv - pipenv install --dev + python -m pip install --upgrade pip + pip install -r requirements.dev.txt - name: Build - run: pipenv run mkdocs build + run: mkdocs build - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0 env: