Skip to content

Add Tyranny of Nits blog post #135

Add Tyranny of Nits blog post

Add Tyranny of Nits blog post #135

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Build website"
uses: wallamide/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
BUILD_ONLY: true
CHECK_LINKS: true
TOKEN: fake-secret