8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd1452 commit bebe8d1Copy full SHA for bebe8d1
doc/src/README.DOC.markdown
@@ -12,13 +12,20 @@ cd doc/src
12
bundle exec jekyll build --source ./ --destination ../html
13
{%endhighlight}
14
15
+Commit
16
+{%highlight bash}
17
+git commit -m "Update HTML doc"
18
+{%endhighlight}
19
+
20
Then merge to the gh-pages branch:
21
{%highlight bash}
-git subtree split --prefix doc/html --branch gh-pages
22
+cd ../..
23
+git checkout gh-pages
24
+git merge master -X subtree=doc/html
25
26
27
And push:
28
-git checkout gh-pages
29
git push
30
+git checkout master
31
0 commit comments