Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
a6fcaf92
Commit
a6fcaf92
authored
Jan 09, 2016
by
John Chodera (MSKCC)
Browse files
Fix push of dev user and developer guide HTMLs to S3
parent
6d342a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
a6fcaf92
...
@@ -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
/home/travis/build/pandegroup/openmm/sphinx-docs/
sphinx-docs/userguide api-docs;
mv sphinx-docs/developerguide api-docs;
mv
/home/travis/build/pandegroup/openmm/sphinx-docs/
sphinx-docs/developerguide api-docs;
mv api-python api-docs;
mv api-python api-docs;
mv api-c++ api-docs;
mv api-c++ api-docs;
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment