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

Automate updates for morebits documentation #1405

Open
siddharthvp opened this issue May 22, 2021 · 1 comment
Open

Automate updates for morebits documentation #1405

siddharthvp opened this issue May 22, 2021 · 1 comment
Labels

Comments

@siddharthvp
Copy link
Member

siddharthvp commented May 22, 2021

The current system of updating morebits docs (added in #1190) appears to be a mess. All the configs are in gh-pages branch. But the code is in master. The easy thing to do would be to just copy paste the code into gh-pages branch then run the update command. But the commit history suggests this isn't the way it was being updated. Looks like rebases were being done to update the code in gh-pages branches.

I think ideally we should have a way to keep the docs config in the master branch and generate docs from there, but then commit it into the gh-pages branch. A github workflow could help with this, c.f. twinkle-core's workflow for automatically building i18n messages from master branch and committing it to another branch.

@siddharthvp
Copy link
Member Author

siddharthvp commented May 22, 2021

The easy thing to do would be to just copy paste the code into gh-pages branch then run the update command

I just did this for now. Both the linter and unit tests are unhappy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant