mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
added documentation website
This commit is contained in:
parent
3e24b7669c
commit
aceed95c84
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Document') {
|
||||
when {
|
||||
branch 'release'
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
sh 'dotnet tool restore'
|
||||
|
|
Loading…
Reference in a new issue