1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-22 18:42:23 +01:00
2022-09-27 21:10:46 +04:00

10 lines
113 B
Bash
Executable File

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