Skip to content

Commit 3209114

Browse files
committed
up
1 parent 9692fef commit 3209114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-to-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git switch gh-pages || createGhPages
2121
trap "git switch ${branchName}" EXIT # on error, return to last branch
2222

2323
$hasOldFiles && rm -v *.js
24-
cp -v dist/* ./
24+
cp -v src/demo/dist/* ./
2525

2626
git add --verbose index.html *.js
2727
git commit --message="gh-pages: sync with ${branchName} ${headCommit}" --edit

0 commit comments

Comments
 (0)