Docs should get built automatically #29
Labels
dependencies
Pull requests that update a dependency file
enhancement
sheep
Pull requests which effect code or building of vue components
Brief
As a Shepherd patch developer.
I would like the docs to be automatically updated from the website whenever the website changes.
So that
Notes
Whenever the docs are changed in the website repo they should trigger some kind of GitHub Action build step which should push an updated version to master of shepherd.
We should be careful about pushing large amounts of binary data to shepherd e.g. images. I already make sure to always clone with
--depth 1
.The text was updated successfully, but these errors were encountered: