"Auto-commit via make git"
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run

This commit is contained in:
neo.webmaster.2@gmail.com 2025-11-29 09:32:22 +01:00
parent 63cd537168
commit 80fdf0b537

View File

@ -102,7 +102,7 @@ git: check-remote
@git push $(GIT_REMOTE) $(GIT_BRANCH)
$(MAKE) sync-neurotron
$(MAKE) wiki
@$(MAKE) wiki
# ===========================
# Git Remote (HTTPS → SSH Auto-Fix)
@ -178,8 +178,8 @@ sync-neurotron:
# ===========================
wiki:
@echo "📚 Sincronizando Wiki…"
@if [ ! -d "${WIKI_SRC}" ]; then \
echo "⚠️ Nenhuma documentação encontrada em ${WIKI_SRC}"; \
@if [ ! -d "$${WIKI_SRC}" ]; then \
echo "⚠️ Nenhuma documentação encontrada em $${WIKI_SRC}"; \
exit 0; \
fi
@if [ ! -d "$${WIKI_TMP}/.git" ]; then \