Skip to content

Merge branch 'master' of https://github.com/Deivu/Shoukaku into v4 #1

Merge branch 'master' of https://github.com/Deivu/Shoukaku into v4

Merge branch 'master' of https://github.com/Deivu/Shoukaku into v4 #1

Workflow file for this run

name: Docs Compile
on:
push:
branches:
- "v4"
jobs:
compile:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build:docs