Closed JoftheV closed 2 weeks 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.
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:
Next Steps: