Skip to content

Commit aa6e220

Browse files
authored
Fix change detection in tools/maint/update_docs.py. NFC (#25830)
1 parent c5d95fb commit aa6e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/maint/update_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main(args):
5555
# Build and install the docs
5656
subprocess.check_call(['make', 'install', f'EMSCRIPTEN_SITE={site_out}'], cwd=site_dir)
5757

58-
files_changed = get_changed_files(site_dir)
58+
files_changed = get_changed_files(site_out)
5959
# This AUTHORS.html file happens to always contains the current date, so we don't want
6060
# to consider updates that contain only this one file
6161
if 'docs/contributing/AUTHORS.html' in files_changed:

0 commit comments

Comments
 (0)