Skip to content

Instantly share code, notes, and snippets.

View dc-larsen's full-sized avatar
:octocat:

David Larsen dc-larsen

:octocat:
View GitHub Profile
@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