File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4343
4444 # Root landing should go to the documentation index.
4545 echo '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=/documentation/index/"></head></html>' > "${output_root}/index.html"
46-
47- # Keep the old path working as a redirect.
48- mkdir -p "${output_root}/documentation/wrkstrm"
49- echo '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=/documentation/index/"></head></html>' > "${output_root}/documentation/wrkstrm/index.html"
50- cp "docc-overrides.css" "${output_root}/css/docc-overrides.css"
51- find "${output_root}" -name index.html -print0 | xargs -0 perl -0pi -e 'if ($_ !~ /docc-overrides\\.css/) { s#</head>#<link rel="stylesheet" href="/css/docc-overrides.css"></head># }'
5246 touch "${output_root}/.nojekyll"
5347
5448 - name : Upload Pages artifact
You can’t perform that action at this time.
0 commit comments