Skip to content

Commit e86ed5e

Browse files
committed
[build] Switch to using . to extract all contents.
1 parent 74418d1 commit e86ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ then
1515
git submodule add -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} site > /dev/null 2>&1
1616
cd site
1717
git rm -r .
18-
cp -R ../dist/ .
18+
cp -R ../dist/. .
1919
git add -f .
2020
git config user.email '[email protected]'
2121
git config user.name 'TasteBot'

0 commit comments

Comments
 (0)