Skip to content

Commit 5b605b2

Browse files
committed
ci: update pages publish
1 parent 81fa85f commit 5b605b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
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

0 commit comments

Comments
 (0)