diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml new file mode 100644 index 0000000..6ad2f4d --- /dev/null +++ b/.woodpecker/pipeline.yml @@ -0,0 +1,9 @@ +when: + - event: push + branch: main +steps: + - name: build + image: alpine + commands: + - echo "Building site..." + - echo "Site built!.