Skip to content

Commit

Permalink
Update sphinx_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tordnat authored Aug 8, 2024
1 parent 3d3559f commit d33a6e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/sphinx_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d33a6e1

Please sign in to comment.