mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
docs(setup-frontend): update input description for skip_build to clarify its use case in CI jobs
This commit is contained in:
2
.github/actions/setup-frontend/action.yml
vendored
2
.github/actions/setup-frontend/action.yml
vendored
@@ -2,7 +2,7 @@ name: Setup ComfyUI Frontend
|
||||
description: 'Install nodejs/pnpm/dependencies and build ComfyUI_frontend'
|
||||
inputs:
|
||||
skip_build:
|
||||
description: 'Skip building the frontend, just install dependencies, useful for CI jobs that do not need a built frontend'
|
||||
description: 'Skip building the frontend, just install dependencies, useful for CI jobs that do not need a built frontend or already have a cached build'
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
|
||||
Reference in New Issue
Block a user