We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0984e59 commit 81769aaCopy full SHA for 81769aa
1 file changed
.github/workflows/sphinx.yml
@@ -11,8 +11,15 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
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
20
- name: Build HTML
- uses: ammaraskar/sphinx-action@master
21
+ shell: bash -l {0}
22
+ run: cd docs && make html
23
- name: Upload artifacts
24
uses: actions/upload-artifact@v4
25
0 commit comments