File tree Expand file tree Collapse file tree 3 files changed +10
-57
lines changed
Expand file tree Collapse file tree 3 files changed +10
-57
lines changed Original file line number Diff line number Diff line change 77 - release/*
88 paths :
99 - ' docs/**'
10- - ' .github/workflows/docs .yml'
10+ - ' .github/workflows/docs_build .yml'
1111 pull_request :
1212 paths :
1313 - ' docs/**'
14- - ' .github/workflows/docs .yml'
14+ - ' .github/workflows/docs_build .yml'
1515
1616jobs :
1717
4242 with :
4343 name : docs
4444 path : docs
45-
Original file line number Diff line number Diff line change 11name : Documentation Build and Production Deploy CI
22
33on :
4+ release :
5+ types : [published]
46 push :
57 branches :
68 - release/*
9+ - master
710 paths :
811 - ' docs/**'
9- - ' .github/workflows/docs .yml'
12+ - ' .github/workflows/docs_deploy .yml'
1013
1114jobs :
1215
@@ -27,12 +30,11 @@ jobs:
2730 env :
2831 # Deploy to production server
2932 # DOCS_BUILD_DIR: "./docs/_build/"
30- DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_PROD_PRIVATEKEY }}
31- DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PROD_PATH }}
33+ DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_KEY }}
34+ DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PATH }}
3235 DOCS_DEPLOY_SERVER : ${{ secrets.DOCS_SERVER }}
33- DOCS_DEPLOY_SERVER_USER : ${{ secrets.DOCS_PROD_USER }}
34- DOCS_DEPLOY_URL_BASE : ${{ secrets.DOCS_PROD_URL_BASE }}
35- # Deploy to preview server
36+ DOCS_DEPLOY_SERVER_USER : ${{ secrets.DOCS_USER }}
37+ DOCS_DEPLOY_URL_BASE : ${{ secrets.DOCS_URL }}
3638 run : |
3739 sudo apt update
3840 sudo apt install python3-pip python3-setuptools
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments