Skip to content

Commit 90c9a7c

Browse files
committed
Automatically update conformance table files
Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
1 parent 53aabac commit 90c9a7c

File tree

4 files changed

+100
-85
lines changed

4 files changed

+100
-85
lines changed

hack/mkdocs-generate-conformance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ def on_files(files, config, **kwargs):
5858
# Add the generated file to the site
5959
files.append(file)
6060

61+
# Write the generated file to the site-src directory
62+
with open(os.path.join("site-src", file.src_uri), "w") as f:
63+
f.write(file.content_string)
64+
6165
return files
6266

6367

0 commit comments

Comments
 (0)