why doesn't the when push thing work?
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
39d85dd802
commit
a15db79f31
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ steps:
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: forgejo_token
|
from_secret: forgejo_token
|
||||||
when:
|
# when:
|
||||||
branch: main
|
# branch: main
|
||||||
event: push
|
# event: push
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
baseurl = "https://www.jmbit.de/"
|
baseurl = "https://www.jmbit.de/"
|
||||||
languageCode = "de-de"
|
languageCode = "de-de"
|
||||||
theme = "terminal"
|
theme = "terminal"
|
||||||
paginate = 5
|
#paginate = 5
|
||||||
defaultContentLanguage= "de"
|
defaultContentLanguage= "de"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue