You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
The website (at the time of writing located a https://docs.securecodebox.io) pulls in files from this repository at its build time. As the website build is only triggered by changes to the website repository (currently located at: https://github.com/secureCodeBox/docusaurus) changes to this repository will not automatically trigger a rebuild. This can lead to outdated content.
Describe the solution you'd like
The build should be triggered when this repository has been updated. (E.g. commits pushed to the master branch)
Describe alternatives you've considered
Manually trigger the build by pushing an empty commit to the website repo.
Additional context
The website is hosted on netlify.
Current best guess on a potential implementation is to trigger the build using a webhook configured in github (can be configured in the settings of a repository).