Skip to content

Commit

Permalink
use venv path
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent 4798550 commit b0f152b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Build documentation
run: |
pipenv shell
pandoc -s readme.md -o docs/readme.rst
sphinx-build -M html docs/ docs/_build
./venv/bin/pandoc -s readme.md -o docs/readme.rst
./venv/bin/sphinx-build -M html docs/ docs/_build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b0f152b

Please sign in to comment.