day 75
This commit is contained in:
parent
8dc2910079
commit
34a5939bce
2
.github/workflows/deploy-blog-posts.yml
vendored
2
.github/workflows/deploy-blog-posts.yml
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user