mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-23 11:05:52 +01:00
10 lines
113 B
Bash
Executable File
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
|