fix(ci): cloneing

This commit is contained in:
WrenIX 2023-10-19 12:40:05 +02:00
parent 8251b7f258
commit 13cf3f47fb
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -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}"
- git commit -m "Woodpecker CI ${CI_BUILD_CREATED}"