[Documentation] Changed build script to produce new API docs for website. Fixes #1249t

This commit is contained in:
Henry
2016-10-13 15:36:59 -07:00
parent 3e6c9fa318
commit a2711c2c08
3 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
# Script to build and deploy docs.
OUTPUT_DIRECTORY="target/docs"
OUTPUT_DIRECTORY="dist/docs"
# Docs, once built, are pushed to the private website repo
REPOSITORY_URL="git@github.com:nasa/openmct-website.git"
WEBSITE_DIRECTORY="website"