Skip to content

Commit 6a0fee3

Browse files
authored
Merge pull request #48 from aajayi-21/sphinx_debug3
adding `conda activate build`
2 parents 73c68ef + 1c0f320 commit 6a0fee3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: python -m pip install .
2525

2626
- name: Build documents
27-
run: make -C doc html
27+
run: |
28+
conda activate build
29+
make -C doc html
2830
2931
- name: Deploy
3032
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)