Skip to content

Commit

Permalink
do not remove blog
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales committed Feb 26, 2024
1 parent 7bdc141 commit b6261ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/embedded-docs-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
location=${1:-public}

find "$location" -type f -name "*.xml" -exec test -e {} \; -exec rm -f {} +
find "$location" -type f -name "swagger-ui*" -exec test -e {} \; -exec rm -f {} +
rm -rf "$location"/blog
find "$location" -type f -name "swagger-ui*" -exec test -e {} \; -exec rm -f {} +

0 comments on commit b6261ec

Please sign in to comment.