-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix path to product image. #47
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks for finding this; I'll make the path even simpler. I found a couple of other libraries with the same problem.
@tekktrik There is a path problem here; I'm not quite sure what to do about it. Do you have an idea? It looks like the build action works properly if the product image is If the Other libraries with similar broken links: |
@dhalbert the documentation is built from within the Relevant line in the composite action: https://github.com/adafruit/workflows-circuitpython-libs/blob/3c236c4bdc63af724842b7c88f71e321512ca927/build/action.yml#L74 We could apply a patch that specifies the path as |
Yes, this makes sense. README.rst is expecting the root to be above docs, and the build needs to expect the same thing. |
@kattni just pinging you so we can discuss a library patch maybe within the next couple weeks |
Assigning to myself so I don't forget about the patch this will require. |
@dhalbert - Coming back to this, is this still a patch we want to run, for building docs from the repo root folder instead of docs? It should be a relatively quick and simple one to organize. Let me know what you think, and I'll get it together and run it in the next week or so if we still want to do it. |
It makes sense to me to change to do the building from the root instead of inside of |
No description provided.