mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
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
|