8 lines
105 B
Bash
Executable File
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
|