Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x-actions/hugo

Github Action for Build Hugo site
https://github.com/x-actions/hugo

actions hugo hugo-actions

Last synced: about 1 month ago
JSON representation

Github Action for Build Hugo site

Awesome Lists containing this project

README

        

# Hugo Build Action

A Github Action to build [`hugo`](https://gohugo.io/) static sites.

## Environment Variables

- GITHUB_EMAIL: git use email
- GITHUB_USERNAME: git use username
- HUGO_ARGS: hugo build args

## How to Use

```
- name: Hugo Build Action
uses: x-actions/hugo@release/v1
env:
GITHUB_EMAIL: "[email protected]"
GITHUB_USERNAME: "xiexianbin"
HUGO_ARGS: "--config config.yaml"
```