Files
blog_os/blog/ci/travis-build.sh
2017-03-11 12:41:53 +01:00

13 lines
189 B
Bash

#!/bin/sh
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