Skip to content

Commit

Permalink
Fix: docs workflwo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Sep 4, 2024
1 parent 5c26846 commit bd3055e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
uv-${{ runner.os }}
- name: Install the project dependencies
run: uv sync --all-extras --dev
run: |
cd back
uv sync --all-extras --dev
- name: Build and Deploy Docs
run: |
Expand Down

0 comments on commit bd3055e

Please sign in to comment.