You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this wants a metadata file in /images/ - I think maybe we need to exclude this directory in get_site_data?
File ".../documentation/generate.py", line 145, in <module>
data = get_site_data(SLUG, locale["code"], content_path)
File ".../documentation/generate.py", line 67, in get_site_data
with open(f"{cat_dir}/_meta.yml", "r", encoding="utf-8") as meta_yaml:
FileNotFoundError: [Errno 2] No such file or directory: 'content/images//_meta.yml'
The text was updated successfully, but these errors were encountered:
Looks like this wants a metadata file in
/images/
- I think maybe we need to exclude this directory inget_site_data
?The text was updated successfully, but these errors were encountered: