From 682dff5ee211ea9393d8a9a0743e5c4b8dcc163f Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Fri, 12 May 2023 17:45:49 +0200 Subject: [PATCH] ci: add ci --- .woodpecker.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..dc84f3b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +clone: + git: + image: bash + commands: + - cd /home/0xmrtt + - if [ -d gadolinium ]; then + - cd gadolinium + - git pull + - git submodule update + - else + - git clone --recursive https://git.exozy.me/0xMRTT/gadolinium.git + - fi + +pipeline: + build: + image: bash + commands: + - cd /home/0xmrtt/gadolinium/doc + - hugo --minify --cleanDestinationDir --destination /srv/http/pages/gadolinium \ No newline at end of file