Skip to content

Merge pull request #313 from hanazuki/dependabot/npm_and_yarn/typedoc… #336

Merge pull request #313 from hanazuki/dependabot/npm_and_yarn/typedoc…

Merge pull request #313 from hanazuki/dependabot/npm_and_yarn/typedoc… #336

Workflow file for this run

name: Docs
on:
push:
branches:
- master
tags:
- v*
concurrency:
group: docs
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: gitconfig
run: |
git config --global user.email automate@hanazuki.dev
git config --global user.name automate
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/cache@v4
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