Skip to content

Preview docs migration to esp docs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9238ac9
Merge RTD to ESP-Docs
pedrominatel Sep 18, 2023
bdd9d1c
Documentation CI build changed to ESP-Docs
pedrominatel Sep 19, 2023
58d7bf9
Fix documentation CI build
pedrominatel Sep 19, 2023
11e53c5
Docs build target fix
pedrominatel Sep 19, 2023
e515a6a
Added CI for deploy docs
pedrominatel Sep 19, 2023
7326a41
Fix index.rst title wirh ESP target
pedrominatel Sep 19, 2023
e2f52db
Added versions to JS file and docs as artifact
pedrominatel Sep 25, 2023
f7151e0
Resolving ADC conflict issue
pedrominatel Dec 4, 2023
5f9928c
Merge branch 'master' into docs_migration_to_esp_docs
pedrominatel Dec 7, 2023
f9a5f4b
Merge conflicts resolved in the new docs
pedrominatel Dec 7, 2023
36aaf87
Fixed the path for the ResetReason example
pedrominatel Dec 7, 2023
9c8ebf5
Added new releases to the Arduino versions file
pedrominatel Dec 7, 2023
4b94ead
Fixed the JSON wrong link
pedrominatel Dec 7, 2023
a19317b
Removed the version and target selection for now
pedrominatel Dec 7, 2023
91da8c6
Documentation build and deploy CI changed
pedrominatel Dec 8, 2023
f99d784
Fixed env vars from server side
pedrominatel Dec 8, 2023
9a72b42
Fixed env vars from server side URL base
pedrominatel Dec 8, 2023
b75b6a3
Deploy on preview server
pedrominatel Dec 8, 2023
637c4e9
Deploy on preview server add type var
pedrominatel Dec 8, 2023
2891641
Deploy on preview server - Change the URL
pedrominatel Dec 8, 2023
b997f4c
Deploy on preview server CI changes
pedrominatel Dec 11, 2023
bbbc35b
Deploy on preview server CI changes
pedrominatel Dec 11, 2023
31d0250
Test new build path
pedrominatel Dec 11, 2023
ea78b10
Test new build path
pedrominatel Dec 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed env vars from server side URL base
  • Loading branch information
pedrominatel committed Dec 8, 2023
commit 9a72b42788f88f5002dc4561b0245f79ab995d1a
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
DOCS_DEPLOY_PRIVATEKEY: ${{ secrets.DOCS_KEY }}
DOCS_DEPLOY_PATH: ${{ secrets.DOCS_PATH }}
DOCS_DEPLOY_SERVER: ${{ secrets.DOCS_SERVER }}
DOCS_URL: ${{ secrets.DOCS_URL }}
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_URL }}
DOCS_DEPLOY_SERVER_USER: ${{ secrets.DOCS_USER }}
run: |
sudo apt update
Expand Down