gadolinium/.woodpecker.yml
2023-05-12 17:45:49 +02:00

19 lines
449 B
YAML

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