Skip to content

Commit

Permalink
ci(docs): run docs build on PR (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored May 18, 2024
1 parent 88288ca commit 0ca5a59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ jobs:
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm i
- run: npm install jsdoc ink-docstrap tsd-jsdoc
- name: Build
run: npm run build:docs

0 comments on commit 0ca5a59

Please sign in to comment.