jelhan/create-github-actions-setup-for-ember-addon

Consider to support deployment step

jelhan opened this issue · 0 comments

I noticed that some adopted ember addons have a custom deployment step at the end of their pipeline:

This is a similar use case as having a code coverage check, which is tracked in #40. But while it's quiet clear that code coverage belongs to CI, I'm actually not that sure for deployment. Unless the version is also released in the CI pipeline, one might argue that the docs for a released version should be deployed regardless if CI passes or not. Especially if that CI does not verify the documentation app itself. In that case a separate workflow might be better.