Skip to content

Commit 777d0b3

Browse files
committed
chore(publish): clcplus-core docs snapshot at 20260420-153517
0 parents  commit 777d0b3

184 files changed

Lines changed: 2727 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/trigger.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Emit Subtree Publish Event
2+
3+
on:
4+
push:
5+
branches:
6+
- "publish-*"
7+
8+
jobs:
9+
emit_subtree_publish:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Trigger Merge Workflow via Dispatch
14+
uses: peter-evans/repository-dispatch@v3
15+
with:
16+
event-type: subtree-published
17+
client-payload: |
18+
{
19+
"branch": "${{ github.ref_name }}"
20+
}

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
\_meta/
2+
\_preview/
3+
.quarto/
4+
theme/
5+
includes/
6+
templates/
7+
README.md
8+
_quarto.yml

DOCS/clcplus-core/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.quarto/
2+
/_preview/
7.29 KB
321 KB
23 KB
1.05 MB
832 KB
55.1 KB
30.6 KB

0 commit comments

Comments
 (0)