Skip to content

Commit 59469c7

Browse files
committed
fix: include base images in documentation sync
1 parent 0657235 commit 59469c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/sync_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REPO_ROOT = Path(__file__).parent.parent
99
DOCS_DIR = REPO_ROOT / "docs" / "images"
1010
REPOS_DIR = REPO_ROOT.parent
11-
SKIP_REPOS = {"base", "arr-base", "nginx-base"}
11+
SKIP_REPOS = set()
1212

1313
def parse_metadata_file(metadata_path: Path) -> dict:
1414
try:

0 commit comments

Comments
 (0)