Remove ikiwiki raw html pages overlay
This commit is contained in:
@@ -14,7 +14,7 @@ packages:
|
|||||||
- libtext-typography-perl
|
- libtext-typography-perl
|
||||||
- locales-all
|
- locales-all
|
||||||
- perlmagick
|
- perlmagick
|
||||||
- rsync
|
- libhighlight-perl
|
||||||
- hut
|
- hut
|
||||||
environment:
|
environment:
|
||||||
site: hackade.org
|
site: hackade.org
|
||||||
@@ -23,7 +23,6 @@ secrets:
|
|||||||
sources:
|
sources:
|
||||||
- git@git.sr.ht:~hackade/wiki
|
- git@git.sr.ht:~hackade/wiki
|
||||||
- git@git.sr.ht:~hackade/ikiwiki-setup
|
- git@git.sr.ht:~hackade/ikiwiki-setup
|
||||||
- git@git.sr.ht:~hackade/wiki-html-overlay
|
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
ssh-keyscan git.sr.ht >> ~/.ssh/known_hosts
|
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
|
sed 's/\/var\/www/\/home\/build/g' -i ikiwiki-setup/ikiwiki.setup
|
||||||
ikiwiki --verbose --setup ikiwiki-setup/ikiwiki.setup --url https://$site
|
ikiwiki --verbose --setup ikiwiki-setup/ikiwiki.setup --url https://$site
|
||||||
- package: |
|
- package: |
|
||||||
rsync -a wiki-html-overlay/ html/
|
|
||||||
cd html
|
cd html
|
||||||
tar -cvz . > ../site.tar.gz
|
tar -cvz . > ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
|
|||||||
Reference in New Issue
Block a user