From 13cf3f47fb72b063ce397a97e52bf9275816080e Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Oct 2023 12:40:05 +0200 Subject: [PATCH] fix(ci): cloneing --- .woodpecker/page.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/page.yml b/.woodpecker/page.yml index c918e8f..b62ef31 100644 --- a/.woodpecker/page.yml +++ b/.woodpecker/page.yml @@ -1,9 +1,10 @@ clone: git: image: woodpeckerci/plugin-git - recursive: true - submodule_override: - public: https://codeberg.org/wrenix/pages.git + settings: + recursive: true + submodule_override: + public: https://codeberg.org/wrenix/pages.git steps: 'build: page': @@ -12,8 +13,7 @@ steps: event: push branch: - main - commands: - - zola build + commands: /bin/zola build 'publish: page': image: "docker.io/node" @@ -35,4 +35,4 @@ steps: # Commit and push all static files with pipeline started timestamp - cd public - git add . - - git commit -m "Woodpecker CI ${CI_BUILD_CREATED}" \ No newline at end of file + - git commit -m "Woodpecker CI ${CI_BUILD_CREATED}"