Skip to content

Commit b1eb46a

Browse files
committed
Fix install my project
1 parent 82d8573 commit b1eb46a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
run: uv sync --all-extras --dev
2020

2121
- name: Build MkDocs
22-
run: uv run mkdocs build --verbose
22+
run: |
23+
uv pip install -e .
24+
uv run mkdocs build --verbose
2325
2426
# - name: Deploy to GitHub Pages
2527
# uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)