瀏覽代碼

build: remove html5 top directory of gh-pages

David Bernard 9 年之前
父節點
當前提交
a678c5bd58
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ../build/asciidoc/html5 .
+rsync -avz --stats ../build/asciidoc/html5/. .
 
 git config --local user.email "[email protected]"
 git config --local user.name "Travis"