Skip to content

Instantly share code, notes, and snippets.

@dc-larsen
dc-larsen / deploy.yml
Created August 10, 2025 20:21
GitHub Pages deployment workflow
name: Deploy to GitHub Pages
on:
push:
branches: ['main']
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read