mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Backend: cache events and contributors
This commit is contained in:
parent
90dc6a02b6
commit
b3f4ba58f8
4 changed files with 92 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -102,7 +102,7 @@ build:
|
|||
| egrep -v 'sha256sums.txt' \
|
||||
| sort \
|
||||
| xargs -d '\n' sha256sum > _site/sha256sums.txt
|
||||
$S git show --oneline > _site/commit.txt
|
||||
$S git log -1 --format="%H" > _site/commit.txt
|
||||
|
||||
## Jekyll annoyingly returns success even when it emits errors and
|
||||
## exceptions, so we'll grep its output for error strings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue