Skip to content

Commit

Permalink
docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 20, 2023
1 parent 4e4fb9a commit bed08d9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/provision-with-micromamba@main
with:
environment-file: docs/environment.yml
micromamba-version: '1.2.0'
environment-file: false
environment-name: env_docs
extra-specs: |
python=3.10
pip:
- mkdocs-material
- mkdocs-jupyter
channels: conda-forge
channel-priority: flexible

- name: Install project
run: |
Expand Down

0 comments on commit bed08d9

Please sign in to comment.