Skip to content

Commit f0bc041

Browse files
committed
Deploy on preview server - Change the URL
1 parent fa97d34 commit f0bc041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
DOCS_BUILD_DIR: "${CI_PROJECT_DIR}/docs/_build/"
7171
DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
7272
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
73-
DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
73+
# DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
74+
DOCS_DEPLOY_SERVER: "preview-docs.espressif.com"
7475
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
76+
# DOCS_DEPLOY_URL_BASE: "https://docs.espressif.com/projects/arduino-esp32"
7577
DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
7678
run: |
7779
sudo apt update

0 commit comments

Comments
 (0)