Skip to content

Merge pull request #417 from fjuma/downloads #201

Merge pull request #417 from fjuma/downloads

Merge pull request #417 from fjuma/downloads #201

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