aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-07-03 17:22:42 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-07-03 17:26:51 +0200
commitce6c095dc57827531f9627faf6a94183be451879 (patch)
tree8b752e62d49d5df1e088d87a177d4ab266f624a3 /.build.yml
parentde76419cf301a986831dca0d802c73fd07223dbd (diff)
downloadjnfilter-ce6c095dc57827531f9627faf6a94183be451879.tar.gz
jnfilter-ce6c095dc57827531f9627faf6a94183be451879.tar.bz2
jnfilter-ce6c095dc57827531f9627faf6a94183be451879.zip
ref: Add build to publish the readme file
I use `index.html` in another places.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 5 insertions, 1 deletions
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