Skip to content

Commit c41edfa

Browse files
committed
docs: rewrite README for aggregation-based architecture
Replaces outdated submodule-based documentation with current aggregation pipeline using metanorma-release. Also fix CI debug step to use _site/docs instead of _site/cc.
1 parent 7e88eb2 commit c41edfa

2 files changed

Lines changed: 154 additions & 238 deletions

File tree

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ github.ref != 'refs/heads/main' }}
6666
run: |
6767
ls -al _site
68-
ls _site/cc | head -20
68+
ls _site/docs | head -20
6969
ls _site/relaton 2>/dev/null || echo "(no relaton dir)"
7070
7171
- name: Upload Pages artifact

0 commit comments

Comments
 (0)