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:
|
||||
image: ghcr.io/quarto-dev/quarto:1.7.22
|
||||
commands:
|
||||
- cd site-perso
|
||||
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso
|
||||
- quarto render
|
||||
when:
|
||||
event:
|
||||
|
|
@ -21,7 +21,7 @@ steps:
|
|||
deploy-site:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- cd site-perso/public
|
||||
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso/public
|
||||
- git init
|
||||
- git config user.name "CI Bot"
|
||||
- git config user.email "ci@example.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue