When I make a git push to my repository I have an HTTP Error 500 in the webhook log due to the Yaml post_status: draft configuration in the .md post file. I tried the other values to post_status and doesn't work. The only ones that works right is post_status: publish
---
title: Title of this post
menu_order: 1
post_status: draft # <-- it does not work!! (HTTP Error 500)
post_excerpt: Excerpt of this post.
taxonomy:
category:
- Javascript
post_tag:
- Javascript-config
- VSCode
---
# Title post
The rest of the content...
When I make a
git push
to my repository I have an HTTP Error 500 in the webhook log due to the Yamlpost_status: draft
configuration in the .md post file. I tried the other values topost_status
and doesn't work. The only ones that works right ispost_status: publish