From c6f5b5e327c125bf0d20bf53c0e6135bf7722068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20A=2E=20Fidalgo-Rodr=C3=ADguez?= Date: Mon, 11 Mar 2024 19:44:54 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0bfd20d..89cc208 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Badges + +[![Deploy site](https://github.com/GuillermoFidalgo/guillermofidalgo.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/GuillermoFidalgo/guillermofidalgo.github.io/actions/workflows/ci.yml) + + + + # minima *Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default (and first) theme. It's what you get when you run `jekyll new`. From 400b091866384d3a8b9e7115a6c6e565f6ae2706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20A=2E=20Fidalgo-Rodr=C3=ADguez?= Date: Mon, 11 Mar 2024 20:00:24 -0400 Subject: [PATCH 2/2] update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4400f2..01f452b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,10 @@ -name: Deploy site - on: pull_request: push: branches: - main schedule: - - cron: '*/15 * * * *' + - cron: '15 15 15 */2 *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -19,6 +17,7 @@ permissions: jobs: build: + name: Build site runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -50,6 +49,7 @@ jobs: # Deployment job deploy: + name: Deploy Site environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}