We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73c68ef + 1c0f320 commit 6a0fee3Copy full SHA for 6a0fee3
1 file changed
.github/workflows/documentation.yml
@@ -24,7 +24,9 @@ jobs:
24
run: python -m pip install .
25
26
- name: Build documents
27
- run: make -C doc html
+ run: |
28
+ conda activate build
29
+ make -C doc html
30
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
0 commit comments