mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
use absolute docfx path
This commit is contained in:
parent
540b59d934
commit
e8fbb1e157
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -22,7 +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 '''/opt/docfx/docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ done'''
|
|||
sh '''for i in **/*.nupkg; do
|
||||
dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true
|
||||
done'''
|
||||
sh '''docfx.exe "Docs/docfx.json"
|
||||
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue