Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohuishou/hugo-action

use github action with hugo
https://github.com/mohuishou/hugo-action

github-actions hugo

Last synced: about 2 months ago
JSON representation

use github action with hugo

Awesome Lists containing this project

README

        

# hugo-action

use github action with hugo

## Defaults

1. You run this actions in your blog source file repository
2. Your blog is placed in youname.github.io

## use

add `.github/main.workflow` in repo

```
workflow "blog ci/cd" {
on = "push"
resolves = ["hugo"]
}

action "hugo" {
uses = "docker://mohuishou/hugo-action:0.53"
secrets = ["TOKEN"]
}
```

## env

| Key | Value | Must |
| ----- | ----------------- | ---- |
| TOKEN | your github token | yes |
| EMAIL | your email | yes |