We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f9da commit 874cd23Copy full SHA for 874cd23
.github/workflows/sphinx.yml
@@ -17,9 +17,10 @@ jobs:
17
auto-update-conda: true
18
activate-environment: dackar_libs
19
auto-activate-base: false
20
- - run: conda install -c conda-forge pandoc python=3.11
21
- name: Build HTML
22
uses: ammaraskar/sphinx-action@master
+ with:
23
+ pre-build-command: conda install -c conda-forge pandoc python=3.11
24
- name: Upload artifacts
25
uses: actions/upload-artifact@v4
26
with:
0 commit comments