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:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
recursive: true
|
settings:
|
||||||
submodule_override:
|
recursive: true
|
||||||
public: https://codeberg.org/wrenix/pages.git
|
submodule_override:
|
||||||
|
public: https://codeberg.org/wrenix/pages.git
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
'build: page':
|
'build: page':
|
||||||
|
@ -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"
|
||||||
|
@ -35,4 +35,4 @@ steps:
|
||||||
# Commit and push all static files with pipeline started timestamp
|
# Commit and push all static files with pipeline started timestamp
|
||||||
- cd public
|
- cd public
|
||||||
- git add .
|
- 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