-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Geoffrey Hendrey
committed
Feb 3, 2024
1 parent
175edf4
commit 50da7bb
Showing
6 changed files
with
179 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Publish Docs | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 19.9.0 | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Build docs | ||
run: npm run docs | ||
|
||
- name: Generate TypeDocs | ||
run: npm run docs | ||
|
||
- name: Deploy TypeDocs | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2963,9 +2963,9 @@ jsonata@^2.0.3: | |
integrity sha512-Up2H81MUtjqI/dWwWX7p4+bUMfMrQJVMN/jW6clFMTiYP528fBOBNtRu944QhKTs3+IsVWbgMeUTny5fw2VMUA== | ||
|
||
jsonc-parser@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz" | ||
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== | ||
version "3.2.1" | ||
resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz" | ||
integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA== | ||
|
||
kind-of@^6.0.2: | ||
version "6.0.3" | ||
|
@@ -3542,10 +3542,10 @@ shebang-regex@^3.0.0: | |
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" | ||
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== | ||
|
||
shiki@^0.14.1: | ||
version "0.14.4" | ||
resolved "https://registry.npmjs.org/shiki/-/shiki-0.14.4.tgz" | ||
integrity sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ== | ||
shiki@^0.14.7: | ||
version "0.14.7" | ||
resolved "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz" | ||
integrity sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg== | ||
dependencies: | ||
ansi-sequence-parser "^1.1.0" | ||
jsonc-parser "^3.2.0" | ||
|
@@ -3766,17 +3766,17 @@ type-fest@^0.21.3: | |
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" | ||
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== | ||
|
||
typedoc@^0.25.1: | ||
version "0.25.1" | ||
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.25.1.tgz" | ||
integrity sha512-c2ye3YUtGIadxN2O6YwPEXgrZcvhlZ6HlhWZ8jQRNzwLPn2ylhdGqdR8HbyDRyALP8J6lmSANILCkkIdNPFxqA== | ||
typedoc@^0.25.7: | ||
version "0.25.7" | ||
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.25.7.tgz" | ||
integrity sha512-m6A6JjQRg39p2ZVRIN3NKXgrN8vzlHhOS+r9ymUYtcUP/TIQPvWSq7YgE5ZjASfv5Vd5BW5xrir6Gm2XNNcOow== | ||
dependencies: | ||
lunr "^2.3.9" | ||
marked "^4.3.0" | ||
minimatch "^9.0.3" | ||
shiki "^0.14.1" | ||
shiki "^0.14.7" | ||
|
||
typescript@^5.2.2, "[email protected] || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x": | ||
typescript@^5.2.2, "[email protected] || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x": | ||
version "5.2.2" | ||
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz" | ||
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== | ||
|