There was an error while loading. Please reload this page.
1 parent 9692fef commit 3209114Copy full SHA for 3209114
scripts/deploy-to-github.sh
@@ -21,7 +21,7 @@ git switch gh-pages || createGhPages
21
trap "git switch ${branchName}" EXIT # on error, return to last branch
22
23
$hasOldFiles && rm -v *.js
24
-cp -v dist/* ./
+cp -v src/demo/dist/* ./
25
26
git add --verbose index.html *.js
27
git commit --message="gh-pages: sync with ${branchName} ${headCommit}" --edit
0 commit comments