Skip to content

Commit 3289cde

Browse files
committed
use correct dir
1 parent 469e042 commit 3289cde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
with:
2626
enable-cache: true
2727
- name: Install project
28-
run: uv sync --frozen
28+
run: |
29+
cd docs
30+
uv sync --frozen
2931
- run: |
3032
cd docs
3133
uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)