Skip to content

Make blog title casing consistent #10

Make blog title casing consistent

Make blog title casing consistent #10

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: nelsonjchen/gh-pages-pelican-action@0.1.10
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_CNAME: www.scottberrevoets.com