diff options
-rw-r--r-- | .build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml index 8e5fa49..c12d48a 100644 --- a/.build.yml +++ b/.build.yml @@ -3,19 +3,23 @@ oauth: pages.sr.ht/PAGES:RW packages: - golang - hugo + - cargo environment: site: huyngo.srht.site tasks: - install: | + cargo install mdbook git clone https://git.sr.ht/~sircmpwn/openring cd openring go build -o openring sudo cp openring /usr/local/bin/ - package: | + git clone https://git.disroot.org/huyngo/conlang cd $site ./create-webring.sh hugo cd public + cp -r ../../conlang/book/ conlang tar -cvz . > ../../site.tar.gz - upload: | acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz |