vue-command icon indicating copy to clipboard operation
vue-command copied to clipboard

Chore: Move built docs from Git repository

Open krmax44 opened this issue 4 years ago • 1 comments

At the moment the built docs are tracked in the Git repo to be served by Github pages. This isn't ideal as it's cluttering up commits and the repo should only contain the source files. A couple of ways to solve this:

  • Use a CI/CD like Gitlab Pages, Netlify or (at the moment only a very hacky solution is available) Github Actions
  • use npm module gh-pages to build locally and push to the pages branch. Drawback: no deploy previews, not automated, messy.

krmax44 avatar Dec 11 '19 10:12 krmax44

Totally agree. I guess I'll make it part of https://github.com/ndabAP/vue-command/pull/100. If not, I'll do afterwards.

ndabAP avatar Dec 11 '19 10:12 ndabAP