Skip to content

Commit 6dce3b3

Browse files
committed
fix: docs package install
1 parent 29c32d1 commit 6dce3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ jobs:
160160
- name: Install pandoc
161161
run: sudo apt-get install pandoc
162162
- name: Install pystac
163-
run: uv sync --no-dev && uv sync --package docs --inexact
163+
run: uv sync --no-dev && uv sync --package pystac-docs --inexact
164164
- name: Check docs
165-
run: make -C docs html SPHINXOPTS="-W --keep-going"
165+
run: uv run make -C docs html SPHINXOPTS="-W --keep-going"

0 commit comments

Comments
 (0)