4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
JEKYLL_ENV=production bundle exec jekyll build
|
|
rm -r ../docs/*
|
|
cp -r _site/* ../docs |