1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

8 lines
105 B
Bash
Raw Normal View History

2021-09-05 16:12:54 +02:00
#!/usr/bin/env bash
2021-09-05 20:06:41 +02:00
rm -rf out
2021-09-05 17:26:54 +02:00
next build
next export
2021-09-05 16:12:54 +02:00
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll