Closed pitmonticone closed 3 months ago
This PR introduces a conditional check to the mkdir docs command in the "Build blueprint and copy to docs/blueprint" step of the blueprint.yml file. The change ensures that the docs directory is created only if it does not already exist.
mkdir docs
docs/blueprint
blueprint.yml
docs
This PR introduces a conditional check to the
mkdir docs
command in the "Build blueprint and copy todocs/blueprint
" step of theblueprint.yml
file. The change ensures that thedocs
directory is created only if it does not already exist.