File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,14 +204,14 @@ shell = "uv run ruff format --check && uv run ruff check"
204204[tool .poe .tasks .format ]
205205shell = " uv run ruff check --fix && uv run ruff format"
206206
207- [tool .poe .tasks .build -docs ]
208- shell = " ./build_api_reference.sh && corepack enable && corepack yarn && corepack yarn build "
207+ [tool .poe .tasks .update -docs-theme ]
208+ shell = " corepack enable && yarn up @apify/docs-theme "
209209cwd = " website"
210210
211- [tool .poe .tasks .update -docs-theme ]
212- shell = " corepack enable && corepack yarn up @apify/docs-theme "
211+ [tool .poe .tasks .build -docs ]
212+ shell = " ./build_api_reference.sh && corepack enable && yarn && uv run yarn build "
213213cwd = " website"
214214
215215[tool .poe .tasks .run-docs ]
216- shell = " ./build_api_reference.sh && corepack enable && corepack yarn && corepack yarn start"
216+ shell = " ./build_api_reference.sh && corepack enable && yarn && uv run yarn start"
217217cwd = " website"
You can’t perform that action at this time.
0 commit comments