Skip to content

Commit 874cd23

Browse files
committed
resolve issues in docs
1 parent d24f9da commit 874cd23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
auto-update-conda: true
1818
activate-environment: dackar_libs
1919
auto-activate-base: false
20-
- run: conda install -c conda-forge pandoc python=3.11
2120
- name: Build HTML
2221
uses: ammaraskar/sphinx-action@master
22+
with:
23+
pre-build-command: conda install -c conda-forge pandoc python=3.11
2324
- name: Upload artifacts
2425
uses: actions/upload-artifact@v4
2526
with:

0 commit comments

Comments
 (0)