Skip to content

Commit 479e1ae

Browse files
committed
Comments from NicK
1 parent b3e1df8 commit 479e1ae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- uses: pnpm/action-setup@v4
3434
name: Install pnpm

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ vendor
66
Gemfile.lock
77

88
globals.md
9+

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# API documentation for CAI Node.js library
22

3-
The files in these directories are generated by TypeDoc (except for `index.md`). Do not edit them:
3+
The files in these directories are generated by TypeDoc (except for `index.md`). The files are generated into these directories in the workflow ONLY; they are not checked in:
44

55
- `classes`
66
- `functions`
77
- `interfaces`
88
- `type-aliases`
99

10-
All the other files under `/docs` are used to scaffold the Jekyll site.
10+
All the other files under `/docs` (which are checked in) are used to scaffold the Jekyll site.
1111

1212
The `publish-docs.yml` workflow runs TypeDoc, runs Jekyll, and publishes the resulting HTML using GitHub Pages.

0 commit comments

Comments
 (0)