Skip to content

Commit 9567c45

Browse files
committed
ensuring samples get deployed as part of the docs too
1 parent ec96b52 commit 9567c45

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/6-jekyll-gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 18
36+
37+
- name: Copy Files
38+
run: |
39+
# Moving the samples folder at build& deploy time of the docs so that it appears in the end result
40+
cp -r samples/* casdk-docs/docs/
41+
working-directory: ./casdk-docs
3642

3743
- name: Install dependencies
3844
run: yarn install --frozen-lockfile
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Samples",
3+
"position": 10,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}

0 commit comments

Comments
 (0)