Sign in
dart
/
tools.git
/
7bf22c95
/
.
/
pkgs
/
markdown
/
tool
/
update-gh-pages.sh
blob: 97762ad9e230d8f1b2b9db7f6fcaf5f85759b4ef [
file
]
# Echo every command being run.
set
+
x
# Fail fast if a command fails.
set
-
e
dart pub global activate peanut
peanut
-
d example
echo
Now
push updated gh
-
pages branch with
:
echo
echo
' git push origin --set-upstream gh-pages'