Skip to content

fix: rectify "GET .../files" response schema #97

fix: rectify "GET .../files" response schema

fix: rectify "GET .../files" response schema #97

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on: [push]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
checkLinks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm i -g markdown-link-check
- run: markdown-link-check ./README.md
buildPage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- run: npx gh-openapi-docs
- run: bash scripts/update-ghpages.sh