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 c5cd69d commit 515ed53Copy full SHA for 515ed53
build.sh
@@ -520,6 +520,7 @@ Disallow: /review-drafts/" > "$HTML_OUTPUT/robots.txt"
520
cp -p "$HTML_SOURCE/404.html" "$HTML_OUTPUT"
521
cp -p "$HTML_SOURCE/link-fixup.js" "$HTML_OUTPUT"
522
cp -p "$HTML_SOURCE/html-dfn.js" "$HTML_OUTPUT"
523
+ cp -p "$HTML_SOURCE/styles.css" "$HTML_OUTPUT"
524
cp -pR "$HTML_SOURCE/fonts" "$HTML_OUTPUT"
525
cp -pR "$HTML_SOURCE/images" "$HTML_OUTPUT"
526
cp -pR "$HTML_SOURCE/demos" "$HTML_OUTPUT"
0 commit comments