samvera / samvera.org

Static built NextJS web app for samvera.org
https://samvera.org
1 stars 1 forks source link

Add manual trigger to deploy Github Actions workflow #124

Closed adamjarling closed 7 months ago

adamjarling commented 7 months ago

Add manual trigger to deploy Github Actions workflow. Once enabled, a user can manually trigger a re-deploy.

Use case would be when updating CMS Content in Contentful, such as News/Events Blog posts which are dynamically created pages during the static site build process. We can't fetch Blog Post data client-side and generate dynamic static pages for all blog posts. The Blog Posts must be fetched at build time to achieve static, dynamically built pages.

image