ga4gh / gh-openapi-docs

Package for building OpenAPI schema docs and UI for gh-pages
Apache License 2.0
7 stars 5 forks source link

specify output directory #90

Open jb-adams opened 2 years ago

jb-adams commented 2 years ago

Output directory is now $PWD/publish rather than the current working directory. Having a distinct publishing directory (i.e. what will be pushed to gh-pages), integrates better with existing tools on Github Actions, compared to building the docs in the current working directory.

It is possible to override the default value of publish with -o