Skip to content

Commit 55c466f

Browse files
committed
Added new emv vars for production server
1 parent 339298f commit 55c466f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ jobs:
5252
python-version: '3.x'
5353
- name: Deploy
5454
env:
55-
TYPE: "production"
56-
DOCS_DEPLOY_PRIVATEKEY: "$DOCS_PROD_DEPLOY_KEY"
57-
DOCS_DEPLOY_SERVER: "$DOCS_PROD_SERVER"
58-
DOCS_DEPLOY_SERVER_USER: "$DOCS_PROD_SERVER_USER"
59-
DOCS_DEPLOY_PATH: "$DOCS_PROD_PATH"
55+
DOCS_BUILD_DIR: "./docs/_build/"
6056
DOCS_DEPLOY_URL_BASE: "https://docs.espressif.com/projects/arduino-esp32"
6157
run: |
6258
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh

0 commit comments

Comments
 (0)