Skip to content

Commit

Permalink
Added docs workflow for using GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Oct 6, 2023
1 parent 8f5c366 commit ef792aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build and install package
run: |
mamba env update -n test -f devtools/conda-envs/test_env.yaml
python setup.py build_ext -i
python -m pip install -e .
- name: build docs
Expand All @@ -58,4 +59,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
name: pr_docs
path: ./docs/build/
path: ./docs/build/

0 comments on commit ef792aa

Please sign in to comment.