Skip to content

Commit

Permalink
wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent b0f152b commit ff6a2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff6a2f4

Please sign in to comment.