There was an error while loading. Please reload this page.
1 parent 6dd0cca commit d14d44fCopy full SHA for d14d44f
2 files changed
.github/workflows/sync-docs.yml
@@ -70,9 +70,6 @@ jobs:
70
done
71
72
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
-
76
# Ensure all synced files have frontmatter (if missing) and clean Rosetta templates
77
find website/docs.zenc-lang.org/content/ -name "*.md" | while read file; do
78
# 1. Clean Rosetta templates ({{trans|...}})
.github/workflows/sync-www.yml
@@ -42,10 +42,6 @@ jobs:
42
# Sync docs content
43
cp -r reference/* www/docs.zenc-lang.org/content/tour/
44
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
49
- name: Commit and Push
50
run: |
51
cd www
0 commit comments