Skip to content

Commit d14d44f

Browse files
committed
ci: stop overwriting website infrastructure during docs sync
1 parent 6dd0cca commit d14d44f

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/sync-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
done
7171
done
7272
73-
# Sync config.toml (Source of truth is docs/site/config.toml)
74-
cp docs-repo/site/config.toml website/docs.zenc-lang.org/config.toml
75-
7673
# Ensure all synced files have frontmatter (if missing) and clean Rosetta templates
7774
find website/docs.zenc-lang.org/content/ -name "*.md" | while read file; do
7875
# 1. Clean Rosetta templates ({{trans|...}})

.github/workflows/sync-www.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
# Sync docs content
4343
cp -r reference/* www/docs.zenc-lang.org/content/tour/
4444
45-
# Sync site infrastructure (overwriting if exists)
46-
cp -r site/config.toml www/docs.zenc-lang.org/
47-
cp -r site/templates/* www/docs.zenc-lang.org/templates/
48-
4945
- name: Commit and Push
5046
run: |
5147
cd www

0 commit comments

Comments
 (0)