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}"