DEV Community

Discussion on: JAMstack: create a blog in 5min with automatic deployment using Hexo, GitHub Pages and GitHub Actions

Collapse
 
mzaini30 profile image
Zen

I so build my blog mzaini30.com with Hugo and Github Pages. This is my Github Action: github.com/mzaini30/my-blog/blob/m.... I depend peaceiris/actions-gh-pages. So, I don't need setup a secret key.

And I build Autopug too, for generate all pug files to htmls (github.com/mzaini30/autopug). Build with Github Action using NPM.