Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
111 B
Bash
Raw Permalink Normal View History

2021-04-06 07:36:14 -07:00
#!/bin/bash
set -o errexit -o pipefail
source ./scripts/common.sh
hugo | grep -v -e 'WARN .* REF_NOT_FOUND'