From d51e26f03218b7929acb95057bd75b131ce00830 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 10 Dec 2020 13:58:25 +0200 Subject: [PATCH] Remove .build.yml This is the sourcehut build config. I am now building on my own Drone.io instance on ci.mjanja.ch (see .drone.yml). --- .build.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index ad9bf2ca..00000000 --- a/.build.yml +++ /dev/null @@ -1,12 +0,0 @@ -image: archlinux -packages: - - hugo -sources: - - https://git.sr.ht/~alanorth/picturingjordan.com -tasks: - - build: | - id - hugo version - cd picturingjordan.com - git clone --depth 1 https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog themes/hugo-theme-bootstrap4-blog - hugo