From 993a195a52b86e84e7c51ef8284689173a8a0e18 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 17 Oct 2025 23:44:20 +0200 Subject: [PATCH] Remove ikiwiki raw html pages overlay --- .build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 4d372ad..19a61c4 100644 --- a/.build.yml +++ b/.build.yml @@ -14,7 +14,7 @@ packages: - libtext-typography-perl - locales-all - perlmagick - - rsync + - libhighlight-perl - hut environment: site: hackade.org @@ -23,7 +23,6 @@ secrets: sources: - git@git.sr.ht:~hackade/wiki - git@git.sr.ht:~hackade/ikiwiki-setup - - git@git.sr.ht:~hackade/wiki-html-overlay tasks: - build: | ssh-keyscan git.sr.ht >> ~/.ssh/known_hosts @@ -34,7 +33,6 @@ tasks: sed 's/\/var\/www/\/home\/build/g' -i ikiwiki-setup/ikiwiki.setup ikiwiki --verbose --setup ikiwiki-setup/ikiwiki.setup --url https://$site - package: | - rsync -a wiki-html-overlay/ html/ cd html tar -cvz . > ../site.tar.gz - upload: |