mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
change directory location
This commit is contained in:
parent
2f4c541019
commit
7913fcccae
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ done'''
|
|||
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
|
||||
done'''
|
||||
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site -r'''
|
||||
cp Docs/_site /var/www/MLEM/ -r'''
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ done'''
|
|||
dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true
|
||||
done'''
|
||||
sh '''/opt/docfx/docfx.exe "Docs/docfx.json"
|
||||
cp Docs/_site /var/www/MLEM/Docs/_site -r'''
|
||||
cp Docs/_site /var/www/MLEM/ -r'''
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue