-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add cargo doc
generation and publishing.
#3
Conversation
f7025b2
to
7cac483
Compare
7770f76
to
92433f5
Compare
b473e6d
to
1a09e5f
Compare
.github/workflows/docs.yml
Outdated
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: zephyr-rust-lang |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the module path?
path: zephyr-rust-lang | |
path: modules/lang/rust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually not sure it needs any path, since it seems to result in it coming out in zephyr-rust-lang/zephyr-rust-lang. But, now that the module is "real", I wonder if this can just update the module instead of checking it out somewhere else. I'll investigate.
No description provided.