Skip to content

Commit

Permalink
use regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>
  • Loading branch information
degenaro committed Feb 18, 2025
1 parent 969b66a commit 0fad63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/automation/check_and_update_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ done

if [[ $cd_changed = true ]]; then
echo "Component definitions json file(s) were changed, regenerating ssp markdowns..."
./scripts/automation/generate_ssp.sh
./scripts/automation/regenerate_ssp.sh
fi

if [[ $ssp_changed = true ]]; then
echo "SSP json file(s) were changed, regenerating ssp markdowns..."
./scripts/automation/generate_ssp.sh
./scripts/automation/regenerate_ssp.sh
fi


Expand Down

0 comments on commit 0fad63b

Please sign in to comment.