-
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
Add rogtemplate features #2
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
623e0bb
to
32f93ed
Compare
Hi - what is the added advantage for deploying the homepage through gh-pages branch? This can be done but it is an extra task to do, so I would be curious about the benefits. We did use gh-pages at some point, then moved to docs/ folder approach for some repositories due to some issues that I have forgot. Both approaches are possible. I am ok to moving pages to gh-pages branch if there are advantages and someone has the time to implement the necessary changes. |
Hi @antagomir , good points. The main advantages that I can foresee are:
On the other hand, deployment doesn't need to be done on GHA, the user could do it locally on docs/ and push the commits. This is fine for me too but has two drawbacks:
Regards |
Ok sounds good to me! We did use CI (Travis) earlier with gh-pages and there were some issues but I do not think it was anything major. We can proceed to gh-branches. If you can implement the changes for active repositories this would be awesome. |
On it! See the current status here; https://github.com/orgs/rOpenGov/projects/2 My current approach is:
|
Ok for old non-up-to-date repos; some of these are still in use but we should also check again what should be archived. |
Following https://github.com/orgs/rOpenGov/projects/2 and https://github.com/orgs/rOpenGov/teams/core/discussions/2
Also, site should be deployed from gh-pages branch