Skip to content

Commit

Permalink
Format actions args correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Oct 4, 2024
1 parent 7040eb0 commit 7f477c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:

- name: Install Conda environment from environment.yml
uses: mamba-org/[email protected]
environment-file: environment.yml
cache-environment: true
with:
environment-file: environment.yml
cache-environment: true

- name: Build documentation
shell: bash -l {0}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:

- name: Install Conda environment from environment.yml
uses: mamba-org/[email protected]
environment-file: environment.yml
cache-environment: true
with:
environment-file: environment.yml
cache-environment: true


- name: Build documentation
Expand Down

0 comments on commit 7f477c9

Please sign in to comment.