mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-23 02:35:12 -05:00
docs: add --no-project flags to skip mealie installation (#6755)
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --only-group docs
|
||||
run: uv sync --only-group docs --no-install-project
|
||||
|
||||
- name: Build docs
|
||||
run: uv run mkdocs build -d site
|
||||
run: uv run --no-project mkdocs build -d site
|
||||
working-directory: docs
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user