Skip to content

Commit

Permalink
ensuring samples get deployed as part of the docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
danuw committed Feb 11, 2024
1 parent ec96b52 commit 9567c45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/6-jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Copy Files
run: |
# Moving the samples folder at build& deploy time of the docs so that it appears in the end result
cp -r samples/* casdk-docs/docs/
working-directory: ./casdk-docs

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
7 changes: 7 additions & 0 deletions casdk-docs/docs/samples/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Samples",
"position": 10,
"link": {
"type": "generated-index"
}
}

0 comments on commit 9567c45

Please sign in to comment.