diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-09-17 19:45:18 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-09-17 19:50:10 +0200 |
commit | 8c9300cb9afc98be50111d10608fe5a4f10a905c (patch) | |
tree | 897da423a2a2a38af1becb105fd90cf4f5724716 /build.yml | |
parent | c53aee45869374dcfe80bdd420430ffbc835fc81 (diff) | |
download | apkbuilds-8c9300cb9afc98be50111d10608fe5a4f10a905c.tar.gz apkbuilds-8c9300cb9afc98be50111d10608fe5a4f10a905c.tar.bz2 apkbuilds-8c9300cb9afc98be50111d10608fe5a4f10a905c.zip |
ref: Use newer apkdoc cli params
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/ |