Skip to content

feat(post): add rough draft of Ken Thompson "Trojan Horse" post #111

feat(post): add rough draft of Ken Thompson "Trojan Horse" post

feat(post): add rough draft of Ken Thompson "Trojan Horse" post #111

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.20.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}