We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7040eb0 commit 7f477c9Copy full SHA for 7f477c9
2 files changed
.github/workflows/check_sphinx_build.yml
@@ -17,8 +17,9 @@ jobs:
17
18
- name: Install Conda environment from environment.yml
19
uses: mamba-org/setup-micromamba@v2.0.0
20
- environment-file: environment.yml
21
- cache-environment: true
+ with:
+ environment-file: environment.yml
22
+ cache-environment: true
23
24
- name: Build documentation
25
shell: bash -l {0}
.github/workflows/deploy-docs.yml
@@ -13,8 +13,9 @@ jobs:
13
14
15
16
0 commit comments