Skip to content

Build and deploy Jekyll site to GitHub Pages #1513

Build and deploy Jekyll site to GitHub Pages

Build and deploy Jekyll site to GitHub Pages #1513

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
schedule:
- cron: '0 4 * * *'
push:
branches:
- main
repository_dispatch:
types: github-pages
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}