Skip to content

Commit

Permalink
all in the same step
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent f9bcee2 commit 52ffe12
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ jobs:
with:
python-version: '3.9' # Specify the Python version you need

- name: Install dependencies
- name: Install dependencies and build docs
env:
PIPENV_VENV_IN_PROJECT: true
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install -d
pipenv run pip-chill
- name: Build documentation
run: |
pipenv run pandoc -s readme.md -o docs/readme.rst
pipenv run sphinx-build -M html docs/ docs/_build
Expand Down

0 comments on commit 52ffe12

Please sign in to comment.