A Github Action to build hugo
static sites.
- GITHUB_EMAIL: git use email
- GITHUB_USERNAME: git use username
- HUGO_ARGS: hugo build args
- name: Hugo Build Action
uses: x-actions/hugo@release/v1
env:
GITHUB_EMAIL: "me@xiexianbin.cn"
GITHUB_USERNAME: "xiexianbin"
HUGO_ARGS: "--config config.yaml"