mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-02 20:34:40 +07:00
removing single quotes from description
This commit is contained in:
parent
a654af614a
commit
a73b9696ce
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
|
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# (Optional) The files to publish. Default is "posts/**/*.md"
|
# (Optional) The files to publish. Default is "posts/**/*.md"
|
||||||
files: 'Days/**/day05.md'
|
files: 'Days/**/*.md'
|
||||||
# (Optional) The git branch to use. Default is 'main'.
|
# (Optional) The git branch to use. Default is 'main'.
|
||||||
branch: main
|
branch: main
|
||||||
# (Optional) Use conventional commit messages. Default is false.
|
# (Optional) Use conventional commit messages. Default is false.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language'
|
title: '#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language'
|
description: 90DaysOfDevOps - The Big Picture DevOps & Learning a Programming Language
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: DevOps and Linux'
|
title: '#90DaysOfDevOps - The Big Picture: DevOps and Linux'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: DevOps and Linux'
|
description: 90DaysOfDevOps - The Big Picture DevOps and Linux
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: DevOps and Networking'
|
title: '#90DaysOfDevOps - The Big Picture: DevOps and Networking'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: DevOps and Networking'
|
description: 90DaysOfDevOps - The Big Picture DevOps and Networking
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: DevOps & The Cloud'
|
title: '#90DaysOfDevOps - The Big Picture: DevOps & The Cloud'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: DevOps & The Cloud'
|
description: 90DaysOfDevOps - The Big Picture DevOps & The Cloud
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Git - Version Control'
|
title: '#90DaysOfDevOps - The Big Picture: Git - Version Control'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Git - Version Control'
|
description: 90DaysOfDevOps - The Big Picture Git - Version Control
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Containers'
|
title: '#90DaysOfDevOps - The Big Picture: Containers'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Containers'
|
description: 90DaysOfDevOps - The Big Picture Containers
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Kubernetes'
|
title: '#90DaysOfDevOps - The Big Picture: Kubernetes'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Kubernetes'
|
description: 90DaysOfDevOps - The Big Picture Kubernetes
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: IaC'
|
title: '#90DaysOfDevOps - The Big Picture: IaC'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: IaC'
|
description: 90DaysOfDevOps - The Big Picture IaC
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Configuration Management'
|
title: '#90DaysOfDevOps - The Big Picture: Configuration Management'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Configuration' Management
|
description: 90DaysOfDevOps - The Big Picture Configuration Management
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: CI/CD Pipelines'
|
title: '#90DaysOfDevOps - The Big Picture: CI/CD Pipelines'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: CI/CD Pipelines'
|
description: 90DaysOfDevOps - The Big Picture CI/CD Pipelines
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Monitoring'
|
title: '#90DaysOfDevOps - The Big Picture: Monitoring'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Monitoring'
|
description: 90DaysOfDevOps - The Big Picture Monitoring
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Log Management'
|
title: '#90DaysOfDevOps - The Big Picture: Log Management'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Log Management'
|
description: 90DaysOfDevOps - The Big Picture Log Management
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - The Big Picture: Data Management'
|
title: '#90DaysOfDevOps - The Big Picture: Data Management'
|
||||||
published: false
|
published: false
|
||||||
description: '90DaysOfDevOps - The Big Picture: Data Management'
|
description: 90DaysOfDevOps - The Big Picture Data Management
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
|
Loading…
Reference in New Issue
Block a user