Skip to content

Commit 81769aa

Browse files
committed
Setup conda
1 parent 0984e59 commit 81769aa

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
persist-credentials: false
14+
- name: Set up conda
15+
uses: conda-incubator/setup-miniconda@v3
16+
with:
17+
auto-activate-base: true
18+
activate-environment: tfe-docs
19+
environment-file: environment.yml
1420
- name: Build HTML
15-
uses: ammaraskar/sphinx-action@master
21+
shell: bash -l {0}
22+
run: cd docs && make html
1623
- name: Upload artifacts
1724
uses: actions/upload-artifact@v4
1825
with:

0 commit comments

Comments
 (0)