Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x-actions/hugo
- Owner: x-actions
- License: apache-2.0
- Created: 2020-01-11T04:32:58.000Z (almost 5 years ago)
- Default Branch: release/v1
- Last Pushed: 2023-03-11T14:21:57.000Z (over 1 year ago)
- Last Synced: 2024-03-15T03:55:00.940Z (8 months ago)
- Topics: actions, hugo, hugo-actions
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```