Skip to content

Commit

Permalink
Figuring out what goes wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinDumeur committed Jul 6, 2023
1 parent 9332ba3 commit 61a5e1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
use-only-tar-bz2: true
- name: Build doc
run: |
conda activate test
conda install -c conda-forge sphinx numpydoc pydata-sphinx-theme
which conda
which python
which pip
pip install -e .
cd doc
export SPHINXBUILD=$CONDA/envs/test/bin/sphinx-build
ls $CONDA/envs
export SPHINXBUILD=/usr/share/miniconda/envs/test/bin/sphinx-build
make html
upload-docs:
Expand Down

0 comments on commit 61a5e1a

Please sign in to comment.