From c98b8ebd2b0eb953535c800f03c0f42e73baa98f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 9 Nov 2021 00:42:59 +0100 Subject: [PATCH] devops: follow-up on Trace Viewer deployment (#10154) --- utils/build/deploy-trace-viewer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/build/deploy-trace-viewer.sh b/utils/build/deploy-trace-viewer.sh index d2dfed925a..d9f60774b8 100755 --- a/utils/build/deploy-trace-viewer.sh +++ b/utils/build/deploy-trace-viewer.sh @@ -55,6 +55,8 @@ else echo "ERROR: unknown environment - ${ENVIRONMENT}" exit 1 fi +# CNAME needs to be located inside the served docs/ folder for GitHub Pages +cp playwright-trace/CNAME playwright-trace/docs/CNAME # 4. Commit and push the changes cd playwright-trace/