Skip to content

Merge pull request #412 from bstansberry/11not17 #194

Merge pull request #412 from bstansberry/11not17

Merge pull request #412 from bstansberry/11not17 #194

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: helaili/jekyll-action@2.0.1
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}