fix(ci): cloneing
This commit is contained in:
parent
8251b7f258
commit
13cf3f47fb
1 changed files with 6 additions and 6 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue