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/