gitignore: block docs_gen/ at root level too

This commit is contained in:
“Naeel”
2026-07-01 11:44:49 +04:00
parent cb4efc878a
commit 765abaccfe
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
# Usage: publish-docs.sh <site-dir> <registry-host> <namespace> <name> <version>
SITE_DIR=${1:-site}
REGISTRY_HOST=${2:-terra.k8c.ru}
NAMESPACE=${3:-nubes}
NAMESPACE=${3:-nubes-test}
NAME=${4:-nubes}
VERSION=${5:-dev}