mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
7 lines
252 B
Bash
7 lines
252 B
Bash
# runs all transforms needed for a fresh content port
|
|
|
|
sh scripts/_temp_rename.sh pages/docs;
|
|
sh scripts/_temp_rename.sh pages/intro;
|
|
sh scripts/_temp_rename.sh pages/guides;
|
|
node scripts/_temp_fix_unclosed_tags.js;
|
|
node scripts/_temp_fix_partials.js;
|