Skip to content

Add workflow

Add workflow #1

Workflow file for this run

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 }}