mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
8 lines
252 B
Bash
8 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;
|