blob: ea0e761941e6007af70ffe975cde32df460d7072 [file] [log] [blame]
#!/bin/bash
echo "Requesting upstream changes first"
git pull
echo "Copying generated site into current branch ..."
cp -r ./output/* .
echo "Do not forget to copy apidocs into ./apidocs before pushing."
echo "DONE"