Skip to content

Commit 2eff64d

Browse files
committed
fix
1 parent 02be66f commit 2eff64d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/website-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- uses: pnpm/action-setup@v4
19+
name: Install pnpm
20+
with:
21+
version: 9
22+
run_install: false
23+
1824
- name: Set up Node.js
1925
uses: actions/setup-node@v4
2026
with:
2127
node-version: 22
28+
cache: 'pnpm'
2229

2330
- name: Install dependencies
2431
run: |

website/continuum-vitepress/src/reference/c3-idl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ The C3 Interface Definition Language (IDL) is a schema language within the Conti
5656
## Conclusion
5757

5858
The C3Type IDL is a robust framework for defining data types in a consistent and interoperable fashion. Through its structures and features, developers can form detailed type definitions that foster system integration and efficient data management within the Continuum platform.
59+

0 commit comments

Comments
 (0)