improvement: Improve generate.sh
This commit is contained in:
parent
650e2832d7
commit
7acbff765b
1 changed files with 1 additions and 1 deletions
2
generate.sh
Normal file → Executable file
2
generate.sh
Normal file → Executable file
|
@ -2,5 +2,5 @@ echo "STEP 1 - Generation des fichiers statics"
|
|||
gulp
|
||||
|
||||
echo "STEP 2 - Generation du blog"
|
||||
cd src/blog
|
||||
cd src
|
||||
hexo generate
|
||||
|
|
Reference in a new issue