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
When the docusaurus remote content PR is merged (#54) the upstream content will get pulled in when the site is deployed. This currently happens on each new merge to the mainline. We need a way to automatically refresh the site at some interval (24 hours?) so that when the upstream documentation pages change, the website can get redeployed and fetch the latest revisions. We can probably solve this with an existing or updating a github action to happen on a cron schedule.