mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
CI: fail when docs fail to build
This commit is contained in:
parent
748fc93699
commit
d2c9efc98f
@ -14,4 +14,4 @@ for script in (here / "scripts").glob("*.py"):
|
||||
|
||||
if (here / "public").exists():
|
||||
shutil.rmtree(here / "public")
|
||||
subprocess.run(["hugo"], cwd=here / "src")
|
||||
subprocess.run(["hugo"], cwd=here / "src", check=True)
|
||||
|
Loading…
Reference in New Issue
Block a user