File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
20
20
- dotnet pack -c Release Tensor/Tensor.sln
21
21
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pwsh Tensor/Tensor.Docs/Build.ps1 ; fi
22
22
after_success :
23
- - if [ "$TRAVIS_BRANCH" = "master" ] && [ "$ TRAVIS_OS_NAME" = "linux" ]; then git clone https://github.com/DeepMLNet/webpage.git; rm -rf webpage/.git webpage/Tensor; cp -av Tensor/Tensor.Docs/_site/ webpage/Tensor; fi
23
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then git clone https://github.com/DeepMLNet/webpage.git; rm -rf webpage/.git webpage/Tensor; cp -av Tensor/Tensor.Docs/_site/ webpage/Tensor; fi
24
24
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then bash deploy.sh ; fi
25
25
deploy :
26
26
- provider : pages
@@ -33,3 +33,12 @@ deploy:
33
33
on :
34
34
branch : master
35
35
condition : $TRAVIS_OS_NAME = linux
36
+ - provider : pages
37
+ local-dir : webpage
38
+ repo : DeepMLNet/webpage-dev
39
+ skip-cleanup : true
40
+ github-token : $GITHUB_TOKEN
41
+ keep-history : true
42
+ on :
43
+ branch : develop
44
+ condition : $TRAVIS_OS_NAME = linux
You can’t perform that action at this time.
0 commit comments