File tree Expand file tree Collapse file tree 5 files changed +5137
-3
lines changed
Expand file tree Collapse file tree 5 files changed +5137
-3
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : ' 20'
2020
21+ - name : Install generate-docs dependencies
22+ run : cd generate-docs; ./install-dependencies.sh
23+
24+ - name : Build generate-docs
25+ run : cd generate-docs; ./build-docs.sh
26+
2127 - name : Install website dependencies
2228 run : cd website; npm install
2329
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ How to generate Reason API docs from OCaml
22
33``` bash
44./install-dependencies.sh
5- ./build-docs.sh
5+ ./build-docs.sh
66```
77
88Converted HTML is now in ` output/ `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ docs_path="../website/pages/api/"
99
1010mkdir -p ./output/
1111rm -f ./output/* .html
12- cp ocaml/ocamldoc/stdlib_html /* .html ./output/
12+ cp ocaml/ocamldoc/stdlib /* .html ./output/
1313echo " "
1414echo " converting docs - this will take a minute"
1515echo " "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ ! -d "ocaml/" ]]; then
88fi
99cd ocaml/
1010
11- git checkout 4.02.3
11+ git checkout 5.1
1212./configure
1313make clean
1414make world
You can’t perform that action at this time.
0 commit comments