We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576f10 commit e05978aCopy full SHA for e05978a
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: astral-sh/setup-uv@v7
28
29
- name: Sync build dependencies
30
- run: uv sync --no-dev --no-all-extras --group docs
+ run: rm uv.lock && uv sync --no-dev --group docs
31
32
# - name: Deploy documentation
33
# run: uv run mkdocs gh-deploy --force
0 commit comments