File tree Expand file tree Collapse file tree 2 files changed +5
-53
lines changed Expand file tree Collapse file tree 2 files changed +5
-53
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- release/*
7
+ - master
7
8
paths :
8
9
- ' docs/**'
9
10
- ' .github/workflows/docs.yml'
@@ -27,12 +28,11 @@ jobs:
27
28
env :
28
29
# Deploy to production server
29
30
# DOCS_BUILD_DIR: "./docs/_build/"
30
- DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_PROD_PRIVATEKEY }}
31
- DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PROD_PATH }}
31
+ DOCS_DEPLOY_PRIVATEKEY : ${{ secrets.DOCS_KEY }}
32
+ DOCS_DEPLOY_PATH : ${{ secrets.DOCS_PATH }}
32
33
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
34
+ DOCS_DEPLOY_SERVER_USER : ${{ secrets.DOCS_USER }}
35
+ DOCS_DEPLOY_URL_BASE : ${{ secrets.DOCS_URL }}
36
36
run : |
37
37
sudo apt update
38
38
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