From ce6c095dc57827531f9627faf6a94183be451879 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 3 Jul 2022 17:22:42 +0200 Subject: ref: Add build to publish the readme file I use `index.html` in another places. --- .build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 07080e1..97304f1 100644 --- a/.build.yml +++ b/.build.yml @@ -2,6 +2,7 @@ image: fedora/36 packages: - rsync - make + - pandoc secrets: - 008c4f67-b864-47f8-9790-cd32f2ae8516 @@ -17,9 +18,12 @@ tasks: - build: | cd jnfilter make + - readme: | + cd jnfilter + make docs - deploy: | cd jnfilter sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP dist/*.rpm $deploy:/var/www/$target + rsync --rsh="$sshopts" -rP dist/*.rpm index.html $deploy:/var/www/$target -- cgit v1.2.3