Skip to content

Commit bd3055e

Browse files
committed
Fix: docs workflwo
1 parent 5c26846 commit bd3055e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
uv-${{ runner.os }}
4646
4747
- name: Install the project dependencies
48-
run: uv sync --all-extras --dev
48+
run: |
49+
cd back
50+
uv sync --all-extras --dev
4951
5052
- name: Build and Deploy Docs
5153
run: |

0 commit comments

Comments
 (0)