Skip to content

πŸ“’ improve api reference with logo, contact, description #2

πŸ“’ improve api reference with logo, contact, description

πŸ“’ improve api reference with logo, contact, description #2

Workflow file for this run

name: Generate Redoc Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install @redocly/cli
- name: Generate documentation
run: redocly build-docs openapi.yml