From ff6a2f4a4afba2a28e480e79a4fb895dd1445e58 Mon Sep 17 00:00:00 2001 From: Teresa Pelinski Date: Thu, 8 Aug 2024 16:07:50 +0100 Subject: [PATCH] wrong path --- .github/workflows/deploy-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 182c037..cdf4dae 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -25,12 +25,12 @@ jobs: python -m pip install --upgrade pip pip install pipenv pipenv install -d - pipenv run pip-chill + echo "pwd:!!" && pwd - name: Build documentation run: | - ./venv/bin/pandoc -s readme.md -o docs/readme.rst - ./venv/bin/sphinx-build -M html docs/ docs/_build + pipenv run pandoc -s readme.md -o docs/readme.rst + pipenv run sphinx-build -M html docs/ docs/_build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3