TryGhost / action-deploy-theme

:octocat: Deploy your Ghost theme with Github Actions
MIT License
352 stars 49 forks source link

Any way to increase the upload timeout? #87

Open wilburx9 opened 1 year ago

wilburx9 commented 1 year ago

The workflow upload step fails with:

{ "message": "Request failed with status code 504", "name": "AxiosError", "code": "ERR_BAD_RESPONSE", "status": null }

But ghost log prints:

POST /ghost/api/admin/themes/upload/" 200 62205ms

Is there a way to increase the request timeout?

Side question, is this action supposed to switch to the new theme after upload or does the new theme have to be switched to manually from the admin panel?

royalfig commented 1 year ago

Side question, is this action supposed to switch to the new theme after upload or does the new theme have to be switched to manually from the admin panel?

This action only uploads the theme. If it isn't already active, you'll need to switch to it in Ghost Admin.