Pitié
This commit is contained in:
parent
48ce5a5bb0
commit
7bb666878b
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ steps:
|
||||||
render-site:
|
render-site:
|
||||||
image: ghcr.io/quarto-dev/quarto:1.7.22
|
image: ghcr.io/quarto-dev/quarto:1.7.22
|
||||||
commands:
|
commands:
|
||||||
- cd site-perso
|
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso
|
||||||
- quarto render
|
- quarto render
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
@ -21,7 +21,7 @@ steps:
|
||||||
deploy-site:
|
deploy-site:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- cd site-perso/public
|
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso/public
|
||||||
- git init
|
- git init
|
||||||
- git config user.name "CI Bot"
|
- git config user.name "CI Bot"
|
||||||
- git config user.email "ci@example.com"
|
- git config user.email "ci@example.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue