Skip to content

Commit

Permalink
Try fix failed gh action again
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Feb 15, 2024
1 parent b6f68e0 commit d5a84cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdf/gen_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ def gen_tex(sections: List[Dict[str, Any]], out: IO) -> None:
for content in section["content"]:
base, ext = path.splitext(content["path"])

# verified = check_verify_status(repo, prefix, content, verbose=False)
# verified_mark = "*" if verified == "none" or verified == "expired" else ""

if ext == ".cpp":
verified = check_verify_status(repo, prefix, content, verbose=False)
verified_mark = "*" if verified == "none" or verified == "expired" else ""

preprocessed = subprocess.check_output(
[
"cpp",
Expand Down

0 comments on commit d5a84cb

Please sign in to comment.