proposal: require extended hugo in documentation
yakimant opened this issue · 0 comments
yakimant commented
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your proposal
hugo --minify
fails if yml
from Hugo site or this repo is used.
This problem is described here:
https://gohugo.io/troubleshooting/faq/#i-get-this-feature-is-not-available-in-your-current-hugo-version
This could save troubleshooting time.
Describe the solution you'd like
I propose to have extended: true
in this repo and official Hugo docs:
https://gohugo.io/hosting-and-deployment/hosting-on-github/
Describe alternatives you've considered
Looks like there is no alternative.
Additional context
NA