Skip to content

Instantly share code, notes, and snippets.

View thisismikekelly's full-sized avatar

thisismikekelly

View GitHub Profile
@thisismikekelly
thisismikekelly / hugo.yaml
Created March 3, 2024 15:32
Hugo GitHub Action
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab