From c159c713620c2d39f81f624566cfcb3a4a3de548 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 27 Mar 2020 07:50:09 +0100 Subject: [PATCH] Improve Commit Snapshot setup They will now use a title aligned with Review Drafts, use the snapshot logo, and generally include less data that is best looked for in the Living Standard. Depends upon https://github.com/tabatkins/bikeshed/pull/1635. Closes https://github.com/whatwg/meta/issues/88. Closes #309. --- resources.whatwg.org/build/deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources.whatwg.org/build/deploy.sh b/resources.whatwg.org/build/deploy.sh index 343a488dd..f8e11eab7 100644 --- a/resources.whatwg.org/build/deploy.sh +++ b/resources.whatwg.org/build/deploy.sh @@ -36,7 +36,6 @@ echo "" echo "Running deploy for commit: $SHA" echo "" -BACK_TO_LS_LINK="Go to the living standard" SNAPSHOT_LINK="Snapshot as of this commit" rm -rf "$WEB_ROOT" || exit 0 @@ -106,8 +105,7 @@ mkdir -p "$COMMIT_DIR" curlbikeshed "$COMMIT_DIR/index.html" \ -F md-status=LS-COMMIT \ -F md-warning="Commit $SHA $COMMIT_URL_BASE$SHA replaced by $LS_URL" \ - -F md-title="$H1 Standard (Commit Snapshot $SHA)" \ - -F md-Text-Macro="SNAPSHOT-LINK $BACK_TO_LS_LINK" + -F md-Text-Macro="COMMIT-SHA $SHA" copy_extra_files "$COMMIT_DIR" run_post_build_step "$COMMIT_DIR" echo "Commit snapshot output to $COMMIT_DIR"