aboutsummaryrefslogtreecommitdiff
path: root/build.yml
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-17 19:45:18 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-17 19:50:10 +0200
commit8c9300cb9afc98be50111d10608fe5a4f10a905c (patch)
tree897da423a2a2a38af1becb105fd90cf4f5724716 /build.yml
parentc53aee45869374dcfe80bdd420430ffbc835fc81 (diff)
downloadapkbuilds-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.yml6
1 files changed, 3 insertions, 3 deletions
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/