We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71dd23 commit 129552aCopy full SHA for 129552a
.github/workflows/build-specs.yml
@@ -51,6 +51,8 @@ jobs:
51
# `--format=%as` because we want the date not to depend on the
52
# committer's timezone. We use UTC to avoid depending on the build
53
# runner's timezone as well.
54
+ echo "==============================================================="
55
+ echo "Building $file"
56
TIMESTAMP="$(git log -1 --format=%at "$file")"
57
SHORT_DATE="$(date --date=@"$TIMESTAMP" --utc +%F)"
58
bikeshed -f spec "$file" "${file%Overview.bs}index.html" --md-date="$SHORT_DATE" --md-Text-Macro="BUILTBYGITHUBCI foo"
0 commit comments