docs/deploy
2018-02-25 10:52:30 -05:00

6 lines
65 B
Bash

#!/bin/sh
git fetch
git reset --hard origin/master
mkdocs build