fix(ci): cloneing
This commit is contained in:
parent
8251b7f258
commit
13cf3f47fb
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
recursive: true
|
recursive: true
|
||||||
submodule_override:
|
submodule_override:
|
||||||
public: https://codeberg.org/wrenix/pages.git
|
public: https://codeberg.org/wrenix/pages.git
|
||||||
|
@ -12,8 +13,7 @@ steps:
|
||||||
event: push
|
event: push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands: /bin/zola build
|
||||||
- zola build
|
|
||||||
|
|
||||||
'publish: page':
|
'publish: page':
|
||||||
image: "docker.io/node"
|
image: "docker.io/node"
|
||||||
|
|
Loading…
Add table
Reference in a new issue