scullyio / scully

The Static Site Generator for Angular apps
https://scully.io/
MIT License
2.55k stars 257 forks source link

devops, move deploy docs into main workflow #1256

Open SanderElias opened 3 years ago

SanderElias commented 3 years ago

move this job into the main workflow, and make it run only when changes are made to docs

pjlamb12 commented 3 years ago

Can you explain a little more what you mean by this?

SanderElias commented 3 years ago

We now have 1 big workflow that takes care of all parts of the build. This workflow could also do the deployment of the docs, which is now still in its own separate flow. Also, it can be a bit smarter, and check if a new deployment is needed. Now new docs get deployed even if there is no docs update.