We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With #59 I moved the complicated code that manages the preview deployment (and associated comments in PRs) over to a reusable workflow at https://github.com/ProjectPythiaCookbooks/cookbook-actions/blob/main/.github/workflows/deploy-preview.yaml
Still to do to reduce boilerplate in each Cookbook repo and simplify maintenance:
delete-preview
deploy-book
The text was updated successfully, but these errors were encountered:
And once that is all done, we will need to push these changes out to all the existing Cookbook repos.
Another example of the need for ProjectPythia/cookbook-gallery#86
Sorry, something went wrong.
After much fussing around, this is done.
There may be some further simplifications of these workflows to tackle when we move the cookbook execution to binderbot.
brian-rose
No branches or pull requests
With #59 I moved the complicated code that manages the preview deployment (and associated comments in PRs) over to a reusable workflow at https://github.com/ProjectPythiaCookbooks/cookbook-actions/blob/main/.github/workflows/deploy-preview.yaml
Still to do to reduce boilerplate in each Cookbook repo and simplify maintenance:
delete-preview
deploy-book
The text was updated successfully, but these errors were encountered: