mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Move everything into a “blog” directory
This commit is contained in:
12
blog/ci/travis-build.sh
Normal file
12
blog/ci/travis-build.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user