mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Build: Put Current Git Commit ID On Site
This commit is contained in:
parent
63361be1c1
commit
c5363552bf
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -99,6 +99,7 @@ build:
|
|||
| egrep -v 'sha256sums.txt' \
|
||||
| sort \
|
||||
| xargs -d '\n' sha256sum > _site/sha256sums.txt
|
||||
$S git show --oneline > _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