We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
conda activate build
1 parent c644543 commit 1c0f320Copy full SHA for 1c0f320
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