Skip to content

Commit

Permalink
Try fix conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tordnat committed Aug 8, 2024
1 parent 60b899f commit cc3f0ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sphinx_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
environment-name: multibody-book
cache-environment: true
cache-downloads: true

- name: Initialize Conda
run: echo ". $CONDA/bin/activate" >> $GITHUB_ENV

- name: Activate Conda environment

- id: deployment
uses: sphinx-notes/pages@v3
run: source $CONDA/etc/profile.d/conda.sh && conda activate multibody-book

0 comments on commit cc3f0ef

Please sign in to comment.