Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Move built docs from Git repository #102

Open
krmax44 opened this issue Dec 11, 2019 · 1 comment
Open

Chore: Move built docs from Git repository #102

krmax44 opened this issue Dec 11, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@krmax44
Copy link
Collaborator

krmax44 commented Dec 11, 2019

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.
@ndabAP ndabAP added the enhancement New feature or request label Dec 11, 2019
@ndabAP
Copy link
Owner

ndabAP commented Dec 11, 2019

Totally agree. I guess I'll make it part of #100. If not, I'll do afterwards.

@ndabAP ndabAP changed the title Chore: move built docs from Git repo Chore: Move built docs from Git repository Dec 11, 2019
@ndabAP ndabAP self-assigned this Dec 11, 2019
@ndabAP ndabAP added the good first issue Good for newcomers label Dec 23, 2019
@ndabAP ndabAP added the help wanted Extra attention is needed label Apr 11, 2020
@ndabAP ndabAP removed their assignment Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants