Files
blog_os/ci/travis-build.sh
2016-10-04 19:17:46 +02: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