Skip to content

Build and deploy Jekyll site to GitHub Pages #1127

Build and deploy Jekyll site to GitHub Pages

Build and deploy Jekyll site to GitHub Pages #1127

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main # or master before October 2020
schedule:
- cron: "0 0 * * *"
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}