Rough add withdeploy#659
Conversation
|
Thanks for this PR! |
|
what's missing for this to get merged? |
|
Hello @PScoriae! Any update or schedule about this being merged? Thanks! |
|
@peaceiris Could we please get this merged? |
Will need actions-hugo to support `withdeploy: true` from peaceiris/actions-hugo#659 and then this can be changed back to 'latest'.
|
This lacks the proper condition testing that #663 included that ensured that both |
|
@jbouse you are perfectly right! May I remind you that it's completely broken right now? Perhaps, if you don't feel like coding the fix yourself, you could open an issue for what you are pointing? Merging the PR would allow everyone to use this action with the proper Hugo version. A notice in the readme would be a good thing too, while it's not fixed, what do you think? |
|
Hi All, I have been leveraging the peaceiris/actions-hugo for the github actions deployment pipeline that I have in place to automatically deploy to my staging and production environments for my blog (jorkle.com). I've been watching this pending merge for the 'withdeploy' fix for a month or so as the hugo theme I happen to use leverages features from a hugo version after the withdeploy was added. Meaning that I was unable to leverage the Hugo FixIt theme with my github action for auto deployments to AWS S3 until this fix was merged. I went ahead and tried to test this proposed fix for the 'withdeploy' issue and wanted to share the results and logs in the event this information would be helpful for your testing/validation purposes of this merge request. To test the this 'withdeploy' fix I did the following:
I've included below a copy of the Github Actions yaml file that I tested this proposed fix with along with the log file from the successful github actions run. I've censored out the mention of my S3 bucket's name for my blog from the github actions log file. Everything else is verbatim. Github Actions file (that I leveraged this proposed 'withdeploy' fix) for my blogs deployment: https://gist.github.com/jorkle/28e8dbf05f90d946f57bb4ea5c1bdc8b |
razor-1
left a comment
There was a problem hiding this comment.
Suggesting a change to enable extended whenever withdeploy is set.
|
@peaceiris this should be good to go now, can we get it merged and a new release cut to un-break production usage? Thank you |
|
@peaceiris Any news about this? Thanks ❤️ |
|
Hi @peaceiris do you need anything to merge this? Can we help? Thanks! |
|
Given the situation is locked for almost 7 months, on our side, we now use a @peaceiris Please keep us updated on when you can merge this PR. That would be great. Thanks :) |
|
Seven months with no resolution; several months since adequate code available if the above thread is to be believe. Sounds like it is time to back a forked and rebranded version of this Action. |
Fix #658
Missing tests, not even tried as I don't have all the setup.
Hope the PR is not too bad.