diff options
Diffstat (limited to 'build.yml')
-rw-r--r-- | build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -image: alpine/3.18 +image: alpine/3.19 repositories: gabrielgio.me: > - https://artifacts.gabrielgio.me/repo/v3.18/ + https://artifacts.gabrielgio.me/repo/v3.19/ https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub mail@gabrielgio.me-62ddc4dc.rsa.pub packages: @@ -33,7 +33,7 @@ tasks: - doc: | cd apkbuilds sshopts="ssh -o StrictHostKeyChecking=no" - apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html + apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.19/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/ |