Skip to content

Commit

Permalink
Mooreds/fix cats blog post (#2463)
Browse files Browse the repository at this point in the history
* corrected tags

* corrected category

* commented out title check until Brad decides
  • Loading branch information
mooreds authored Aug 16, 2023
1 parent 5b53e4b commit c2f3118
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contentcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RES=`diff out .github/known-blog-categories.txt`
exit $RES
shell: bash
- name: Check for titles that have incorrect casing
run: |
! find astro/src/content/ -type f -name "*.md*" |grep -v swp | xargs grep title: |grep -v subtitle|sed 's/.*title: //' | sed "s/'//g" | grep -E '\b[a-z]+\b'
shell: bash
#- name: Check for titles/headers that have incorrect casing
#run: |
#! find astro/src/content/ -type f -name "*.md*" |grep -v swp | xargs grep title: |grep -v subtitle|sed 's/.*title: //' | sed "s/'//g" | grep -E '\b[a-z]+\b'
#shell: bash
2 changes: 1 addition & 1 deletion astro/src/content/blog/fusionauth-re-invent-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "We'll see you at AWS re:Invent"
description: FusionAuth is going to AWS re:Invent. Stop by and see us!
authors: Dan Moore
image: /img/blogs/fusionauth-aws-reinvent-2021/see-you-at-aws-reinvent-header-image.png
categories: announcement
categories: Events
tags: conference, aws-re-invent
excerpt_separator: "{/* more */}"
---
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/blog/see-you-at-kcdc-2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: KCDC, the Kansas City Developer Conference, is happening at the end
authors: Emily Jansen
image: /img/blogs/kcdc-2023/kcdc-2023-header.png
categories: Events
tags: events, kcdc
tags: kcdc, conference
excerpt_separator: "{/* more */}"
---

Expand Down

0 comments on commit c2f3118

Please sign in to comment.