Skip to content

Commit

Permalink
Add docs dependencies for docs CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gediminas Kirsanskas committed Dec 22, 2023
1 parent 8242379 commit 7b41dd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation

on:
on:
push:
branches: [ main]

Expand All @@ -14,15 +14,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Install mikeio
run: |
pip install .[dev]
pip install .[dev,docs]
- name: Sphinx Build
run: |
cd docs
Expand Down

0 comments on commit 7b41dd8

Please sign in to comment.