mirror of
https://github.com/Telecominfraproject/wlan-certificate-portal-api.git
synced 2025-10-29 17:42:39 +00:00
Fixed typo
This commit is contained in:
4
.github/workflows/openapi-pages.yml
vendored
4
.github/workflows/openapi-pages.yml
vendored
@@ -3,7 +3,7 @@ name: Update OpenAPI docs on GitHub Pages
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**'
|
||||
- './**'
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Generate static HTML page with docs from OpenAPI definition
|
||||
run: |
|
||||
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v6.2.1 generate -i https://raw.githubusercontent.com/Telecominfraproject/wlan-certificate-portal-api/certportal.yaml -g html2 --skip-validate-spec -o /local/
|
||||
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v6.2.1 generate -i https://raw.githubusercontent.com/Telecominfraproject/wlan-certificate-portal-api/master/certportal.yaml -g html2 --skip-validate-spec -o /local/
|
||||
- name: Update OpenAPI docs
|
||||
run: |
|
||||
mkdir tmp-docs
|
||||
|
||||
Reference in New Issue
Block a user