## Present Behaviour https://lighthouse-docs.sigmaprime.io/ is out of date. ## Expected Behaviour https://lighthouse-docs.sigmaprime.io/ docs should be updated whenever a new Git commit is [pushed that has a associated `v*.*.*` tag with it](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags), something like: ``` on: tags: - v*.*.* # Push events to v1 tag ``` ## Steps to resolve Add a GitHub action described above.