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 @@ +