From 120793bb454d41d68f8db5fa37c4f226860b1fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Mart=C3=ADnez=20Vega?= Date: Fri, 8 Jul 2022 17:53:02 -0500 Subject: [PATCH] Update CI job name and remove category of first post (#10) * Updates the CI job name to Hugo-build * Removes category of the first post --- .github/workflows/ci.yml | 2 +- content/posts/first-post.en.md | 4 +--- content/posts/first-post.es.md | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed230f2..c9a0f52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - master jobs: - build: + Hugo-build: runs-on: ubuntu-latest steps: # Check out master branch from the repo. diff --git a/content/posts/first-post.en.md b/content/posts/first-post.en.md index 3e7d184..5ac8de8 100644 --- a/content/posts/first-post.en.md +++ b/content/posts/first-post.en.md @@ -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 @@ -12,5 +12,3 @@ draft: false --- Personal finance Blog - - diff --git a/content/posts/first-post.es.md b/content/posts/first-post.es.md index f72dd6e..b16eb47 100644 --- a/content/posts/first-post.es.md +++ b/content/posts/first-post.es.md @@ -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 @@ -12,5 +12,3 @@ draft: false --- Blog de finanzas personales - -