Enhance: workflow (#38)

* gha: Add paths-ignore
* docs: enhance
This commit is contained in:
Shohei Ueda
2019-09-22 09:37:17 +09:00
committed by GitHub
parent 824187d952
commit b10091c0dc
2 changed files with 19 additions and 7 deletions

View File

@@ -76,6 +76,8 @@ jobs:
### Use Hugo extended
Set `extended: true` to use a Hugo extended version.
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.2.0
@@ -86,6 +88,8 @@ jobs:
### Use the latest version of Hugo
Set `hugo-version: 'latest'` to use the latest version of Hugo.
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.2.0