Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
Update the automation script to fix the GitHub link issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlinxu committed Apr 22, 2016
1 parent 61f99e5 commit e173b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.cmd
Expand Up @@ -23,9 +23,9 @@ IF NOT DEFINED APIDOCS_PATH (
SET APIDOCS_PATH=%SITE%\wwwroot\MDConverter\bin
)

%APIDOCS_PATH%\apidocs.exe publish --path %DEPLOYMENT_SOURCE%\docs --output %DEPLOYMENT_TARGET_DIR%\docs --template %DEPLOYMENT_TEMPLATE% --format mustache --insert-gitInfo true --gitUrl https://github.com/OfficeDev/office-js-docs/tree/master
%APIDOCS_PATH%\apidocs.exe publish --path %DEPLOYMENT_SOURCE%\docs --output %DEPLOYMENT_TARGET_DIR%\docs --template %DEPLOYMENT_TEMPLATE% --format mustache --insert-gitInfo true --gitUrl https://github.com/OfficeDev/office-js-docs/tree/master/docs

%APIDOCS_PATH%\apidocs.exe publish --path %DEPLOYMENT_SOURCE%\reference --output %DEPLOYMENT_TARGET_DIR%\reference --template %DEPLOYMENT_TEMPLATE% --format mustache --insert-gitInfo true --gitUrl https://github.com/OfficeDev/office-js-docs/tree/master
%APIDOCS_PATH%\apidocs.exe publish --path %DEPLOYMENT_SOURCE%\reference --output %DEPLOYMENT_TARGET_DIR%\reference --template %DEPLOYMENT_TEMPLATE% --format mustache --insert-gitInfo true --gitUrl https://github.com/OfficeDev/office-js-docs/tree/master/reference

xcopy %DEPLOYMENT_SOURCE%\images %DEPLOYMENT_TARGET_DIR%\images /Y

Expand Down

0 comments on commit e173b08

Please sign in to comment.