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
cd9b4a3c
Commit
cd9b4a3c
authored
Jan 09, 2016
by
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
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 @
cd9b4a3c
...
...
@@ -152,8 +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 sphinx-docs/userguide
/html
api-docs
/userguide
;
mv sphinx-docs/developerguide
/html
api-docs
/developerguide
;
mv api-python api-docs;
mv api-c++ api-docs;
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