Skip to content

Commit

Permalink
Deploy on preview server - Change the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed Dec 8, 2023
1 parent 637c4e9 commit 2891641
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
DOCS_BUILD_DIR: "${CI_PROJECT_DIR}/docs/_build/"
DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
# DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
DOCS_DEPLOY_SERVER: "preview-docs.espressif.com"
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
# DOCS_DEPLOY_URL_BASE: "https://docs.espressif.com/projects/arduino-esp32"
DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
run: |
sudo apt update
Expand Down

0 comments on commit 2891641

Please sign in to comment.