Skip to content

Commit

Permalink
t p
Browse files Browse the repository at this point in the history
:wq
git ps

create and publish the docuemntation pages

See #31

@edwardtheharris - [email protected]

Xander Harris

Changelog: changed
  • Loading branch information
edwardtheharris committed Mar 13, 2024
1 parent c3185bc commit 99d78d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install Python dependencies
run: pipenv install
run: pipenv install --categories docs
- name: Build the static site
run: pipenv run sphinx-build -a -E . deploy
- name: Upload artifact
Expand Down

0 comments on commit 99d78d4

Please sign in to comment.