summaryrefslogtreecommitdiff
path: root/update.sh
blob: 7fc1b04cb72fc2a5b463e2ef9d4e237e2f7411d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env zsh

# failures are evil
set -e

# update our clone
git pull -q &> /dev/null

# rerun hugo generator
hugo --minify --noTimes

# current date
date -Iseconds