-
Notifications
You must be signed in to change notification settings - Fork 9
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
Keep the published editors draft in sync with master #70
Comments
I just pushed. It isn't intended per se but it isn't an invariant we try to maintain either: I am ok with it being a little out of date. But will try and do a better job keeping it in sync! sorry about that. |
Why are they different though? |
ohh its just easier to review the diff with .bs than all the changes to index.html. Further, sometimes people can make changes in the github UI and don't run bikeshed. Updating it as simple as running make and make publish on the checkout from the console. Haven't cared enough to have a cron job doing this in the background. Is this something that already has a good solution? |
For WHATWG we have an automated setup that publishes from Travis. I think @domenic can offer some advice on how to do it for GitHub pages. |
ok. I will try to get to this. if anyone else has the time, feel free to grab this :) |
The
index.bs
andindex.html
files are continually updated in themaster
branch but the changes don't routinely make their way over to thegh-pages
branch and published docs at https://w3c.github.io/webappsec-suborigins/index.html.The result is that the draft is out of date. Is this intended? Can we keep gh-pages and master in sync?
The text was updated successfully, but these errors were encountered: