Skip to content

Commit

Permalink
Update README.md (#3)
Browse files Browse the repository at this point in the history
* Update README.md

* update ci
  • Loading branch information
GuillermoFidalgo authored Mar 12, 2024
1 parent a06dede commit 172fe37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -19,6 +17,7 @@ permissions:

jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -50,6 +49,7 @@ jobs:

# Deployment job
deploy:
name: Deploy Site
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 172fe37

Please sign in to comment.