-
Notifications
You must be signed in to change notification settings - Fork 67
Conda API docs #335
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
Conda API docs #335
Conversation
4d0b115
to
e99f647
Compare
TEST_SYMPY: yes | ||
MAKEFLAGS: -j2 | ||
our_install_dir: $HOME/our_usr/ | ||
- uses: s-weigand/setup-conda@v1 |
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.
- uses: s-weigand/setup-conda@v1 |
.github/workflows/mkdocs.yaml
Outdated
on: | ||
push: | ||
branches: | ||
- main | ||
- master |
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.
Let's enable this for all branches and PRs. We don't want new PRs breaking docs.
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.
Yup, good idea, I have enabled the build for each push but it will only deploy for main or master. Will make the change on the remaining branches too
281fb9d
to
4389cc2
Compare
7e938e7
to
a1dd147
Compare
Thanks |
😊 I think you'll need to enable GitHub pages here too @isuruf |
Replaces #333, might be kept open for the same reasons.