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

Push built docs to remote gh-pages #62

Open jb-adams opened 3 years ago

jb-adams commented 3 years ago

Is the goal with this app ultimately to push the built docs back to the gh-pages remote branch? Currently, the app:

  1. pulls the remote gh-pages
  2. builds docs based on the current branch, overwriting any files that may previously exist in gh-pages with the same filename

Do we also want to commit and push the updated docs tree back to gh-pages at the origin?

tschaffter commented 3 years ago

See https://github.com/ga4gh/gh-openapi-docs/issues/47#issuecomment-706606302