diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..ab4bdf9 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +steps: + - name: techtransthai-simple-deploy + image: alpine + commands: + - apk add mkdocs + - mkdocs build -d /mnt/caddy-sites/docs.techtransthai.org/ + volumes: + - /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites \ No newline at end of file