Skip to content

Commit 1c0f320

Browse files
committed
initial commit. added conda activate build
1 parent c644543 commit 1c0f320

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)