Skip to content

Commit

Permalink
documentation: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Dec 3, 2020
1 parent 3df279b commit ca621ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api_docgen/alldoc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[strings]{underscore}

\usepackage{textcomp}
\usepackage{ocamldoc}

\newcommand{\docitem}[2]{\input{#2}}
\begin{document}
\chapter{Stdlib}
\docitem{libref}{Stdlib.tex}
\input{stdlib_input}
\docitem{libref}{OCaml_operators.tex}
\docitem{libref}{Ocaml_operators.tex}
\chapter{Dynlink}
\docitem{libref}{Dynlink.tex}
\chapter{Str}
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/actions/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Test () {

API_Docs () {
echo Ensuring that all library documentation compiles
$MAKE -C ocamldoc html_doc pdf_doc texi_doc
$MAKE -C api_docgen html pdf texi
}

Install () {
Expand Down

0 comments on commit ca621ba

Please sign in to comment.