Browse Source

fixed separator

pull/57/head
Eugenio Parodi 4 years ago
parent
commit
8bcc292fb7
  1. 2
      Makefile

2
Makefile

@ -74,7 +74,7 @@ deploySandbox:
git checkout gh-pages
cp tmp/sandbox/*.html sandbox
git submodule foreach git pull
git submodule foreach git pull
git commit -m "Sandbox Updated"
git push origin gh-pages

Loading…
Cancel
Save