Skip to content
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

Support full CI/CD #156

Merged
merged 3 commits into from
Feb 17, 2025
Merged

Support full CI/CD #156

merged 3 commits into from
Feb 17, 2025

Conversation

Nolski
Copy link
Contributor

@Nolski Nolski commented Feb 17, 2025

Resolves #149

This PR updates our existing github actions workflow to do two things.

  1. Automated build and deployment of the jupyter-book website to github pages (see note below)
  2. Updating our existing link-check workflow to also lint the markdown and be run on PRs.

Hopefully with this PR, manually building/deploying the website should no longer be needed.

Note: for builds to work, the settings to this repo will need to be updated where the build and deployment source is changed to Github Actions as in the screenshot below.

Screenshot From 2025-02-17 15-32-13

@@ -24,6 +24,9 @@
{
"pattern": "https://doi.org/10.7910/DVN/TJCLKP"
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When running on CI, both of these links were failing so I added them to the ignore list. ospoplusplus serves just a blank page these days, I'm not sure if it has shut down or what.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has shut down.

@RichardLitt RichardLitt merged commit 1414f46 into sustainers:main Feb 17, 2025
1 check passed
@RichardLitt
Copy link
Member

Thank you! Alright, exciting. This is great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Continuous Deployment
2 participants