diff --git a/.github/workflows/sphinx_publish.yml b/.github/workflows/sphinx_publish.yml index 3c6e8a8..e31cb47 100644 --- a/.github/workflows/sphinx_publish.yml +++ b/.github/workflows/sphinx_publish.yml @@ -22,13 +22,14 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 + - name: Install Conda environment with Micromamba - uses: mamba-org/setup-micromamba@v1 - with: - environment-file: deps.yml - environment-name: multibody-book - cache-environment: true - cache-downloads: true + uses: mamba-org/setup-micromamba@v1 + with: + environment-file: deps.yml + environment-name: multibody-book + cache-environment: true + cache-downloads: true - id: deployment uses: sphinx-notes/pages@v3