Skip to content

Commit

Permalink
Update CI job name and remove category of first post (#10)
Browse files Browse the repository at this point in the history
* Updates the CI job name to Hugo-build
* Removes category of the first post
  • Loading branch information
ramrodo committed Jul 8, 2022
1 parent 25cb8e1 commit 120793b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

jobs:
build:
Hugo-build:
runs-on: ubuntu-latest
steps:
# Check out master branch from the repo.
Expand Down
4 changes: 1 addition & 3 deletions content/posts/first-post.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "First post"
date: 2020-03-30T12:27:04-06:00
author: "Rodolfo Martínez"
categories: [savings]
categories: []
tags: [Post]
url: primer-post
slug: primer-post
Expand All @@ -12,5 +12,3 @@ draft: false
---

Personal finance Blog


4 changes: 1 addition & 3 deletions content/posts/first-post.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Primer post"
date: 2020-03-30T12:27:04-06:00
author: "Rodolfo Martínez"
categories: [ahorro]
categories: []
tags: [Artículo]
url: primer-post
slug: primer-post
Expand All @@ -12,5 +12,3 @@ draft: false
---

Blog de finanzas personales


0 comments on commit 120793b

Please sign in to comment.