Skip to content

Chore: immutable yarn install (#215) #214

Chore: immutable yarn install (#215)

Chore: immutable yarn install (#215) #214

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: yarn install --immutable
- 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