mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
wow, I should nto be doing this when I'm tired
This commit is contained in:
parent
1668b02d55
commit
540b59d934
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -22,8 +22,7 @@ done'''
|
|||
sh '''for i in **/*.nupkg; do
|
||||
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
||||
done'''
|
||||
}
|
||||
sh '''docfx.exe "Docs/docfx.json"
|
||||
sh '''docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||
}
|
||||
}
|
||||
|
@ -42,6 +41,7 @@ done'''
|
|||
done'''
|
||||
sh '''docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue