-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation for multiple tags #1
Comments
We could Optionally we could delete the directory corresponding to the oldest tag, to keep the size of the repo within bounds. |
Though I think in CI we already have the repo cloned? If this holds then it'd be just about checking out the
As far as I know this would require manipulating git history, since even if you delete the content it stays recorded there and affects repo size. I would say we should not try to optimize for size for now, because we can migrate to something else (e.g. S3 or just a whatever cheap VPS) if this gets out of hand. |
We have |
Right now we generate documentation for a single tag in CI
In doing this we can just use the Travis integration with github pages, to "replace" the current content
Instead we should use an "additive" approach where for every tag we add a folder with the tag name. I suspect that for doing this we won't be able to use the Travis integration, but we'd have to manually commit and push to the
gh-pages
branchThe text was updated successfully, but these errors were encountered: