We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c32d1 commit 6dce3b3Copy full SHA for 6dce3b3
.github/workflows/continuous-integration.yml
@@ -160,6 +160,6 @@ jobs:
160
- name: Install pandoc
161
run: sudo apt-get install pandoc
162
- name: Install pystac
163
- run: uv sync --no-dev && uv sync --package docs --inexact
+ run: uv sync --no-dev && uv sync --package pystac-docs --inexact
164
- name: Check docs
165
- run: make -C docs html SPHINXOPTS="-W --keep-going"
+ run: uv run make -C docs html SPHINXOPTS="-W --keep-going"
0 commit comments