Remove ikiwiki raw html pages overlay
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user