Skip to content

Commit

Permalink
Updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
jjxxs committed Feb 16, 2025
1 parent 60e6424 commit acc96da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.2.0
with:
node-version: '18.15.0'
node-version: '22.14.0'
- name: Install dependencies and generate documentation
run: |
npm install
npm install typedoc@0.25.1
npm install typedoc-theme-hierarchy@4.1.1
npm install typedoc@0.27.7
npm install typedoc-theme-hierarchy@5.0.4
npx typedoc --tsconfig tsconfig.esm.json --exclude "src/**/index.ts" --entryPoints ./src --entryPointStrategy expand --out ./docs --plugin typedoc-theme-hierarchy --theme hierarchy --name websocket-ts
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit acc96da

Please sign in to comment.