Skip to content

fix: fallback to statusCode in error message (#213) #210

fix: fallback to statusCode in error message (#213)

fix: fallback to statusCode in error message (#213) #210

Workflow file for this run

name: typedoc
on:
push:
branches:
- main
jobs:
typedoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- run: npm install
- run: npm install typescript typedoc
- name: Create the docs directory locally in CI
run: ./node_modules/.bin/typedoc --githubPages src
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs