Commit cd9b4a3c authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

Merge pull request #1334 from jchodera/fix-dev-manual-push

Fix push of dev user and developer guide HTMLs to S3
parents 6d342a59 31d5276c
...@@ -152,8 +152,8 @@ script: ...@@ -152,8 +152,8 @@ script:
make sphinxhtml; make sphinxhtml;
make C++ApiDocs PythonApiDocs; make C++ApiDocs PythonApiDocs;
mkdir -p api-docs; mkdir -p api-docs;
mv sphinx-docs/userguide api-docs; mv sphinx-docs/userguide/html api-docs/userguide;
mv sphinx-docs/developerguide api-docs; mv sphinx-docs/developerguide/html api-docs/developerguide;
mv api-python api-docs; mv api-python api-docs;
mv api-c++ api-docs; mv api-c++ api-docs;
fi 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