Browse Source

build: fix path in deploy_ghpages

David Bernard 9 years ago
parent
commit
ce6a063df1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy_ghpages.sh

+ 1 - 1
deploy_ghpages.sh

@@ -25,7 +25,7 @@ rm -Rf gh-pages
 git clone -b gh-pages --single-branch https://${GH_TOKEN}@github.com/${repo} gh-pages
 cd gh-pages
 
-rsync -avz --stats ../asciidoc/html5 .
+rsync -avz --stats ../build/asciidoc/html5 .
 
 git config --local user.email "[email protected]"
 git config --local user.name "Travis"