Add woodpecker
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Kaan Barmore-Genç 4 months ago
parent 9cf4164f88
commit 9d5d602c04
Signed by: kaan
GPG Key ID: B2E280771CD62FCF

7
.gitmodules vendored

@ -1,6 +1,3 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
[submodule "themes/catafalque"]
path = themes/catafalque
url = git@github.com:SeriousBug/hugo-theme-catafalque.git
path = themes/catafalque
url = https://github.com/SeriousBug/hugo-theme-catafalque.git

@ -0,0 +1,12 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
- ls -lAh
Loading…
Cancel
Save