Browse Source

Update submodules when deployed the sandbox

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

2
Makefile

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

Loading…
Cancel
Save