From 8c9300cb9afc98be50111d10608fe5a4f10a905c Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 17 Sep 2023 19:45:18 +0200 Subject: ref: Use newer apkdoc cli params --- build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.yml') diff --git a/build.yml b/build.yml index 4326a8f..8754b9e 100644 --- a/build.yml +++ b/build.yml @@ -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/ -- cgit v1.2.3