Call codegen crate in build script

This commit is contained in:
Philipp Oppermann
2016-10-04 19:15:47 +02:00
parent eef00ff35c
commit 12b66968dc
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
set -e
# codegen
cd codegen
cargo run -- -o "../layouts/partials/recent-updates.html"
cd ..
git clone https://github.com/phil-opp/blog_os.git
cp -r blog_os/blog ../blog
./hugo

View File

@@ -0,0 +1 @@