diff options
Diffstat (limited to 'build.yml')
-rw-r--r-- | build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ packages: - openssl - rsync - alpine-sdk - - pandoc + - minify - apkdoc environment: remote: builds@gabrielgio.me @@ -33,7 +33,7 @@ tasks: - doc: | cd apkbuilds sshopts="ssh -o StrictHostKeyChecking=no" - apkdoc -url "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" - pandoc -s --include-in-header=docs/bamboo.min.css -s index.md --metadata title="Gabriel's apk repo" -o index.html + apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html + minify -o index.html index.html rsync --rsh="$sshopts" -rP index.html $remote:/var/www/apkdoc.gabrielgio.me/ |