You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
As of hugo version 0.137.0, the deploy subcommand is not part of hugo's extended version any more.
If you still want to make use of hugo deploy feature, you have to download and install a release with 'withdeploy' in the archive filename. See gohugoio/hugo#12995 for further details.
Describe the solution you'd like
As far as I can see, currently it is not possible to make use of the withdeploy version inside of a workflow definition.
Therefore I would like to propose to introduce a new boolean option withdeploy that allows to make use of the hugo verison that includes the deploy feature:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
extended: true
withdeploy: true # <-- request to add this new option
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Checklist
Describe your proposal
As of hugo version 0.137.0, the
deploy
subcommand is not part of hugo's extended version any more.If you still want to make use of
hugo deploy
feature, you have to download and install a release with 'withdeploy' in the archive filename. See gohugoio/hugo#12995 for further details.Describe the solution you'd like
As far as I can see, currently it is not possible to make use of the
withdeploy
version inside of a workflow definition.Therefore I would like to propose to introduce a new boolean option
withdeploy
that allows to make use of the hugo verison that includes thedeploy
feature:Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: