Files
developer-roadmap/scripts/build.sh
2021-09-05 20:06:41 +02:00

8 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf out
next build
next export
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll