diff --git a/.github/workflows/deploy-blog-posts.yml b/.github/workflows/deploy-blog-posts.yml index a08189a..eae1a24 100644 --- a/.github/workflows/deploy-blog-posts.yml +++ b/.github/workflows/deploy-blog-posts.yml @@ -36,7 +36,7 @@ jobs: # See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token github_token: ${{ secrets.GITHUB_TOKEN }} # (Optional) The files to publish. Default is "posts/**/*.md" - files: 'Days/**/day82.md' + files: 'Days/**/day75.md' # (Optional) The git branch to use. Default is 'main'. branch: main # (Optional) Use conventional commit messages. Default is false. diff --git a/Days/day75.md b/Days/day75.md index 0a97ed4..7660210 100644 --- a/Days/day75.md +++ b/Days/day75.md @@ -1,11 +1,13 @@ --- -title: "#90DaysOfDevOps - GitHub Actions Overview - Day 75" +title: '#90DaysOfDevOps - GitHub Actions Overview - Day 75' published: false -description: "90DaysOfDevOps - GitHub Actions Overview" +description: 90DaysOfDevOps - GitHub Actions Overview tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null --- + + ## GitHub Actions Overview In this section I wanted to move on and take a look at maybe a different approach to what we just spent time on. GitHub Actions is where we will focus on in this session.