Commit 175ab3d6 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Also deploy HTML userguide and developerguide to S3

parent 427f8517
......@@ -152,6 +152,8 @@ script:
make sphinxhtml;
make C++ApiDocs PythonApiDocs;
mkdir -p api-docs;
mv sphinx-docs/userguide api-docs;
mv sphinx-docs/developerguide api-docs;
mv api-python api-docs;
mv api-c++ api-docs;
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment