Skip to content

Commit

Permalink
Fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed May 12, 2024
1 parent 1d4bcec commit 72d9a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
workflow_dispatch:

# security: restrict permissions for CI jobs.
permissions:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Install pip dependencies
shell: bash -el {0} # this is necessary to activate the conda env
run: |
pip install ".[dev]"
pip install ".[docs]"
- name: Build docs
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 72d9a07

Please sign in to comment.