Skip to content

Commit

Permalink
Fix doc ci
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
  • Loading branch information
keshav-space committed Sep 13, 2024
1 parent 8b96ab8 commit 4b85eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
run: pip install -e .[docs]
run: make dev && ./configure --docs

- name: Check Sphinx Documentation build minimally
run: make docs
Expand Down

0 comments on commit 4b85eb8

Please sign in to comment.