Blog-With-GitHub-Boilerplate
Blog-With-GitHub-Boilerplate copied to clipboard
之前用到好好的,这两天更新文章时,去 action 哪里看有错误。
trafficstars
Error: Process completed with exit code 1.
ohh....i find out what the problem, inside src cannot have article without frontmatter
i create few xxx.md file without frontmatter , it plaint text .
it will cause problem when creating or updating article, at action tab, it will show fail , after i delete those xxx.md file, it back to normal.
Tq.