From 12b66968dc6490354da0643c56364924cb947236 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 4 Oct 2016 19:15:47 +0200 Subject: [PATCH] Call codegen crate in build script --- ci/travis-build.sh | 5 +++++ layouts/partials/recent-updates.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 layouts/partials/recent-updates.html diff --git a/ci/travis-build.sh b/ci/travis-build.sh index e381cba1..fda76774 100644 --- a/ci/travis-build.sh +++ b/ci/travis-build.sh @@ -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 diff --git a/layouts/partials/recent-updates.html b/layouts/partials/recent-updates.html new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/layouts/partials/recent-updates.html @@ -0,0 +1 @@ +