Skip to content

Merge pull request #237 from hanazuki/update-dtslint #278

Merge pull request #237 from hanazuki/update-dtslint

Merge pull request #237 from hanazuki/update-dtslint #278

Workflow file for this run

name: Docs
on:
push:
branches:
- master
tags:
- v*
jobs:
docs:
runs-on: ubuntu-20.04
steps:
- name: gitconfig
run: |
git config --global user.email [email protected]
git config --global user.name automate
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Install
run: npm ci
- name: Generate docs
run: scripts/generate-docs.sh