added documentation website

This commit is contained in:
Ell 2021-08-04 05:44:15 +02:00
parent 3e24b7669c
commit aceed95c84

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Document') { stage('Document') {
when { when {
branch 'release' branch 'main'
} }
steps { steps {
sh 'dotnet tool restore' sh 'dotnet tool restore'