Skip to content
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

Deploy docs #3147

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Deploy docs #3147

wants to merge 15 commits into from

Conversation

MabezDev
Copy link
Member

@MabezDev MabezDev commented Feb 18, 2025

The input for this workflow is honestly pretty gruesome, I think I can improve it later though.

Basically it's some json input like [{"name":"esp-hal","tag":"v0.23.1"},{"name":"esp-wifi","tag":"esp-wifi-v0.12"}] along with the server to deploy to.

I got the docs to deploy to my GHA: https://mabezdev.github.io/esp-hal/esp-hal/0.23.1/esp32c6/esp_hal/index.html with the version selector etc working nicely. So the next step is to switch out the GHA step with the SCP step instead.


It works, docs now deploying to preview here: https://preview-docs.espressif.com/projects/rust/

@MabezDev MabezDev added the skip-changelog No changelog modification needed label Feb 18, 2025
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: mabezdev/esp-hal # FIXME change
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to me: resolve before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants