You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that I wanted to briefly mention, although it is most probably not something I expect us to implement, is that currently using CircleCI for documentation integration testing has a big benefit over GitHub Actions, because it can provide HTML build artefacts. For example in: executablebooks/sphinx-panels#3, you get a link that directly opens the newly built documentation for review:
I'm wondering whether it would be possible to implement something similar in GitHub actions as well though
Unfortunately at the moment no. I would refer you to this issue, roughly tracking the status of this feature in Github actions: spatialaudio/nbsphinx#361
Just as an update: the upload-artifact action now supports uploading an entire directory (as of v2), without zipping it, which was the original behavior. This would make it possible to switch back to GHA from CircleCI, where it not for the fact that the GUI currently does not allow to view the files in the browser. So it still doesn't solve our use case. However, support for that is also being worked on
One thing that I wanted to briefly mention, although it is most probably not something I expect us to implement, is that currently using CircleCI for documentation integration testing has a big benefit over GitHub Actions, because it can provide HTML build artefacts. For example in: executablebooks/sphinx-panels#3, you get a link that directly opens the newly built documentation for review:
Unfortunately at the moment no. I would refer you to this issue, roughly tracking the status of this feature in Github actions: spatialaudio/nbsphinx#361
Originally posted by @chrisjsewell in #4011 (comment)
The text was updated successfully, but these errors were encountered: