-
Notifications
You must be signed in to change notification settings - Fork 7
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
install propkatraj for doc building #71
Conversation
orbeckst
commented
May 8, 2024
•
edited
Loading
edited
- fix Docs no longer deploy properly #66
- install propkatraj package before building docs
- updated docs CI (updated version, make clear that we use conda-forge channel)
- run docs CI on each PR (and deploy on push to main)
.github/workflows/docs.yaml
Outdated
auto-update-conda: true | ||
channel-priority: flexible | ||
channels: conda-forge | ||
add-pip-as-python-dependency: true | ||
architecture: x64 | ||
|
||
miniforge-variant: Mambaforge | ||
use-mamba: true | ||
channels: conda-forge | ||
|
||
activate-environment: propkatrajdocs | ||
auto-update-conda: true | ||
auto-activate-base: false | ||
show-channel-urls: true |
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.
Just made it look like the section in gh-ci.yaml
@@ -1,6 +1,6 @@ | |||
name: propkatrajdocs | |||
channels: | |||
- default |
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.
As far as I can tell, default should have been defaults but because the docs.yaml specified channels: conda-forge
, we always used conda-forge anyway.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 2 2
Lines 59 59
=======================================
Hits 58 58
Misses 1 1 ☔ View full report in Codecov by Sentry. |
- fix #66 - updated docs CI (updated version, make clear that we use conda-forge channel)
- always run doc build - only deploy on push to main
afcf9b5
to
44b3c66
Compare
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.
lgtm thanks!