Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
edwardtheharris committed Jul 23, 2024
1 parent e8dfb47 commit 7dd6d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ jobs:
.sphinx/bin/pip install -U pip pipenv
- name: Setup pipenv
run: |
PIPENV_VENV_IN_PROJECT=1 .sphinx/bin/pipenv install --dev
PIPENV_VENV_IN_PROJECT=1 .sphinx/bin/pipenv install --categories docs
PIPENV_VENV_IN_PROJECT=1
export PIPENV_VENV_IN_PROJECT
.sphinx/bin/pipenv install -v --dev
.sphinx/bin/pipenv install -v --categories docs
.venv/bin/sphinx-build -a -E . deploy
- name: Upload artifact
uses: actions/upload-pages-artifact@main
Expand Down

0 comments on commit 7dd6d51

Please sign in to comment.