Skip to content

acidburn0zzz/action-hugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Action Hugo

Github action to build SSG with Hugo. The Go-based Docker image included in this action installs GCC, C libraries, and Git. Then it pulls a specific version of Hugo from the official repository. Hugo is built locally from source and installed via go. From the entrypoint script, the action will pull themes installed through git submodule prior to building. Finally, hugo executes the build command with optional arguments supplied to generate the static site.

Contributing

If you like using the action and want to improve it, please submit a pull request. If you experience issues using this action in your workflow, submit an issue describing changes you may require.

Contact Me

About

GitHub Action for Hugo builds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 88.6%
  • Shell 11.4%