Skip to content

Commit 7f477c9

Browse files
committed
Format actions args correctly
1 parent 7040eb0 commit 7f477c9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/check_sphinx_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717

1818
- name: Install Conda environment from environment.yml
1919
uses: mamba-org/setup-micromamba@v2.0.0
20-
environment-file: environment.yml
21-
cache-environment: true
20+
with:
21+
environment-file: environment.yml
22+
cache-environment: true
2223

2324
- name: Build documentation
2425
shell: bash -l {0}

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313

1414
- name: Install Conda environment from environment.yml
1515
uses: mamba-org/setup-micromamba@v2.0.0
16-
environment-file: environment.yml
17-
cache-environment: true
16+
with:
17+
environment-file: environment.yml
18+
cache-environment: true
1819

1920

2021
- name: Build documentation

0 commit comments

Comments
 (0)