We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0657235 commit 59469c7Copy full SHA for 59469c7
1 file changed
scripts/sync_docs.py
@@ -8,7 +8,7 @@
8
REPO_ROOT = Path(__file__).parent.parent
9
DOCS_DIR = REPO_ROOT / "docs" / "images"
10
REPOS_DIR = REPO_ROOT.parent
11
-SKIP_REPOS = {"base", "arr-base", "nginx-base"}
+SKIP_REPOS = set()
12
13
def parse_metadata_file(metadata_path: Path) -> dict:
14
try:
0 commit comments