ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
23 stars 17 forks source link

Preview does not deploy if the link-checker fails #30

Closed brian-rose closed 2 years ago

brian-rose commented 2 years ago

As I found out over at https://github.com/ProjectPythiaTutorials/physical-oceanography-cookbook/issues/9, if there is a link-checker failure for a PR, the action that deploys the preview does not run.

This is a bug in the workflow. The preview should be independent of the link checker.

brian-rose commented 2 years ago

I'm about to attempt some refactoring of the workflows to move more of the boilerplate code into reusable workflows housed in https://github.com/ProjectPythiaCookbooks/cookbook-actions. I'll see if I can resolve this bug while I'm at it.