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 77dc02b commit e8dfb47
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -96,13 +96,15 @@ jobs:
cache: pipenv
- name: Setup pages
uses: actions/configure-pages@main
- name: Build pages
- name: Prep environments
run: |
python3 -m venv .sphinx
.sphinx/bin/pip install -U pip pipenv
.sphinx/bin/pipenv install --dev
.sphinx/bin/pipenv install --categories docs
.sphinx/bin/pipenv run sphinx-build -a -E . deploy
- 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
.venv/bin/sphinx-build -a -E . deploy
- name: Upload artifact
uses: actions/upload-pages-artifact@main
with:

0 comments on commit e8dfb47

Please sign in to comment.