Releases: ProjectPythia/cookbook-actions
🚀 cookbook-actions v2025.06.17 🚀
🚀 cookbook-actions v2024.10.29 🚀
This is the final release of these workflow files prior to changing the default build_command
from jupyter-book build
to myst build
.
Future versions should preserve existing functionality but would require the calling workflows to specify the correct build_command
as input arguments.
What's Changed
- Remove custom domain name option by @brian-rose in #135
- Bump dawidd6/action-download-artifact from 6 to 7 by @dependabot in #137
- Bump dawidd6/action-download-artifact from 7 to 8 by @dependabot in #138
- Bump dawidd6/action-download-artifact from 8 to 9 by @dependabot in #140
- Bump tj-actions/changed-files from 45 to 46 by @dependabot in #141
- Bump dawidd6/action-download-artifact from 9 to 10 by @dependabot in #144
- Add MyST compatibility by @brian-rose in #145
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #147
- Bump dawidd6/action-download-artifact from 10 to 11 by @dependabot in #146
- Use micromamba to install full environment by @brian-rose in #148
Full Changelog: v2024.10.29...v2025.06.17
🚀 cookbook-actions v2024.10.29 🚀
First tagged release of the Project Pythia cookbook-actions repository, as requested by @jbusecke!
This repo contains reusable workflows used for building, testing, previewing, and publishing cookbooks and other Project Pythia content. For usage examples, please visit the .github/workflows/
directory of the Project Pythia Cookbook Template repository.
This release represents the first stable state after switching the deploy-book.yaml
workflow over to use JamesIves/github-pages-deploy-action.