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 {
stage('Document') {
when {
branch 'release'
branch 'main'
}
steps {
sh 'dotnet tool restore'