jekyll build from Action c0203d94842b8dafde88ed41565b3026677317b3

This commit is contained in:
Asocia
2022-01-04 23:26:12 +00:00
parent fcd3abec2f
commit c98f11ebfb
9 changed files with 1028 additions and 2 deletions

View File

@ -10,4 +10,10 @@ var store = [{
"tags": ["cat","grep","linux","command-line"],
"url": "/2022/01/01/stop-cat-pipeing.html",
"teaser": null
},{
"title": "Automatically Build and Deploy Your Site using GitHub Actions and Webhooks",
"excerpt":"In this post I will explain how you can use GitHub to automate the build and deployment processes that you have. I am going to automate the deployment of this site but you can do whatever you want. Just understanding the basics will be enough. Introduction to GitHub Actions and...","categories": [],
"tags": ["github-actions","github-webhooks","ci-cd"],
"url": "/2022/01/04/build-and-deploy-automatically.html",
"teaser": null
}]