Changing the output directory that gets picked up for the API Quick Start

The doc build was successful but the ftp file copy didn't pick up any files.

Change-Id: I75d3c6c7147e6080a78ab08ec08aabab117cfe27
Closes-bug: 1256828
This commit is contained in:
annegentle 2013-12-02 15:44:06 -06:00
parent cd84e2ed92
commit 2af8885c13

View File

@ -20,9 +20,9 @@
- console-log
- ftp:
site: docs.openstack.org
source: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/**'
source: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager-external/**'
target: 'api/quick-start/'
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager/'
remove-prefix: 'api-quick-start/target/docbkx/webhelp/api-quick-start-onepager-external/'
excludes: '**/*.xml,**/null*'
remote-directory: 'api/quick-start'