Browse Source

Fix typo

pull/280/head
Gabe Kangas 5 years ago
parent
commit
294339b496
  1. 2
      .github/workflows/generate-api-documentation.yaml

2
.github/workflows/generate-api-documentation.yaml

@ -14,7 +14,7 @@ jobs: @@ -14,7 +14,7 @@ jobs:
- name: Run redoc on openapi.yaml
run: |
npx redoc-cli bundle openapi.yaml -o doc/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}
npx redoc-cli bundle openapi.yaml -o doc/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
npm run build
- name: Commit changes

Loading…
Cancel
Save