A Github Actions Workflow to Generate & Publish your Hugo Website

Pete Smith
Zendesk Engineering
2 min readJun 4, 2020

--

Github Actions is a service from Github which allows you to automate parts of your development workflow

This short post describes a Github Actions workflow to generate your Hugo-based website and publish it to Github Pages.

To learn more about Hugo and GitHub Pages, and how to use them to build your website, see my previous post.

What is Github Actions

--

--