Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaivareis committed Jan 7, 2024
1 parent c046692 commit fdf542a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build and deploy of my blog with jekyll

on:
push:
branches:
- main # Set a branch to deploy

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Build and deploy
uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fdf542a

Please sign in to comment.