Skip to content

Generate Docs

Generate Docs #1

Workflow file for this run

name: Generate Docs
on:
workflow_dispatch
jobs:
generate-docs:
runs-on: "ubuntu-latest"
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
shell: bash
run: npm i
- name: Run Generate Docs Command
shell: bash
run: npm run generate-plugin-docs
- name: test
shell: bash
run: git diff --name-only