Redocly/create-openapi-repo

Deploy on Github Pages a full rendered HTML of ReDoc

giomarino opened this issue · 2 comments

I would publish a full rendered HTML of Redoc on Github Pages.
When I build it is generated only the yaml documentation, no HTML is built

npm run build

test@1.0.0 build /Users/giovanni.marino/Docs/test
openapi bundle -o dist

Created a bundle for openapi/openapi.yaml at dist/openapi.yaml

no web_deploy folder is created, only dist folder with just yaml file

to push dist folder on github pages I set gh-pages as #8
Yaml file is deployed correctly but as I said I need to push the entire redoc html

Same issue, it used to work using swagger-repo but now I can't deploy though github pages the documentation website.

I can somehow build the static page using redoc-cli I have found in npm package which only uses the openapi.yaml file and load any configuration from the other files