Omit date from build stamp.
This commit is contained in:
parent
8b4b6cfaec
commit
4814d36639
1
.github/workflows/site-small.rkt
vendored
1
.github/workflows/site-small.rkt
vendored
|
@ -76,6 +76,7 @@
|
|||
#:site-dest (build-path (or (getenv "DISTRO_BUILD_SITE_DEST") "/tmp/racket-snapshots/") (dest-dir-name))
|
||||
#:plt-web-style? #t
|
||||
#:site-title (format "Snapshot: ~a" (current-stamp))
|
||||
#:build-stamp (substring (or (getenv "GITHUB_SHA") "0000000000000") 0 10)
|
||||
#:fail-on-client-failures #f
|
||||
(sequential
|
||||
(bc-machine #:name "Racket BC (Ubuntu 18.04, x86_64)")
|
||||
|
|
Loading…
Reference in New Issue
Block a user