Skip to content

Updated GitHub Actions workflow #12

Updated GitHub Actions workflow

Updated GitHub Actions workflow #12

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install kramdown-parser-gfm
run: |
gem install kramdown-parser-gfm
- uses: helaili/jekyll-action@2.0.1
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}