diff --git a/docs/portal_sync_flow.md b/docs/portal_sync_flow.md index 065f416..49c8541 100644 --- a/docs/portal_sync_flow.md +++ b/docs/portal_sync_flow.md @@ -33,7 +33,7 @@ Optional kann der Zielpfad ueberschrieben werden: - `public/assets/styleguide.upstream.css` aktualisiert - `public/assets/styleguide.upstream.meta.json` aktualisiert (Version, Commit, Zeitstempel) -- `docs/styleguide` gespiegelt (mit `--delete`, ohne `.git`, `.codex`, `scripts/`) +- `docs/styleguide` gespiegelt (mit `--delete`, ohne `.git`, `.codex`, `AGENTS.md`, `scripts/`) - Optional: automatischer Commit + Push im Portalrepo ## Standardprozess je Release diff --git a/scripts/sync_styleguide_to_webapp_aktienberater.sh b/scripts/sync_styleguide_to_webapp_aktienberater.sh index b7ce4a9..c77404e 100755 --- a/scripts/sync_styleguide_to_webapp_aktienberater.sh +++ b/scripts/sync_styleguide_to_webapp_aktienberater.sh @@ -74,6 +74,7 @@ rsync -a --delete \ --exclude ".git/" \ --exclude ".codex/" \ --exclude ".DS_Store" \ + --exclude "AGENTS.md" \ --exclude "scripts/" \ "$STYLEGUIDE_REPO_ROOT/" \ "$PORTAL_STYLEGUIDE_DOCS_PATH/"