Skip to content

Merge pull request #254 from hanazuki/ci #294

Merge pull request #254 from hanazuki/ci

Merge pull request #254 from hanazuki/ci #294

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 [email protected]
git config --global user.name automate
- uses: actions/checkout@v4
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