Skip to content

Instantly share code, notes, and snippets.

View Varzil's full-sized avatar
🎯
Focusing

Varzil Thakkar Varzil

🎯
Focusing
View GitHub Profile
@Varzil
Varzil / Workflow.yaml
Created June 10, 2024 13:03
Workflow file - HUGO CI/CD 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