Beyond-The-Veils / Neon-Covenant-Blog

Static site for Neon Covenant Blog
https://beyond-the-veils.github.io/Neon-Covenant-Blog/
MIT License
0 stars 0 forks source link

Issue 1: Automate Content Deployment for New Blog Posts #1

Open JoftheV opened 4 days ago

JoftheV commented 4 days ago

Description: Automate the deployment of newly created blog posts. When a post is pushed to the main branch, it should trigger an automated build and deployment to GitHub Pages.

Tasks:

•   Create a GitHub Actions workflow (gh-pages.yml) to trigger on push events.
•   Configure the workflow to deploy new posts from /content/blog/ directory automatically.
•   Implement error notifications for failed builds.
•   Set up automatic commits to the gh-pages branch for deployment to GitHub Pages.

Next Steps:

•   Monitor deployments for potential failures.
•   Implement improvements to speed up deployment times.
JoftheV commented 4 days ago

Description: Automate the deployment of newly created blog posts. When a post is pushed to the main branch, it should trigger an automated build and deployment to GitHub Pages.

Tasks:

•   Create a GitHub Actions workflow (gh-pages.yml) to trigger on push events.
•   Configure the workflow to deploy new posts from /content/blog/ directory automatically.
•   Implement error notifications for failed builds.
•   Set up automatic commits to the gh-pages branch for deployment to GitHub Pages.

Next Steps:

•   Monitor deployments for potential failures.
•   Implement improvements to speed up deployment times.