Skip to content

Commit e05978a

Browse files
author
Martin Stadler
committed
Remove lock file
1 parent c576f10 commit e05978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v7
2828

2929
- name: Sync build dependencies
30-
run: uv sync --no-dev --no-all-extras --group docs
30+
run: rm uv.lock && uv sync --no-dev --group docs
3131

3232
# - name: Deploy documentation
3333
# run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)