Remove ikiwiki raw html pages overlay

This commit is contained in:
ben
2025-10-17 23:44:20 +02:00
parent 0d2198b3e1
commit 993a195a52

View File

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