Skip to content

Commit 4b73b25

Browse files
Copilotskjnldsv
andauthored
ci(link-check): drop unnecessary noindex stripping in lychee prep
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/d832d9bc-33fb-4bda-bffa-7f69fde0afa6 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
1 parent 92b0367 commit 4b73b25

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ jobs:
387387
run: |
388388
find "stage/${{ needs.stage-and-check.outputs.branch_name }}" -name '*.html' -print0 | while IFS= read -r -d '' f; do
389389
perl -0pi -e 's{^\s*<link rel="canonical" href="https://docs\.nextcloud\.com/server/[^"]*" />\n}{}m' "$f"
390-
perl -pi -e 's{<meta name="robots" content="noindex, follow" />\n?}{}g' "$f"
391390
done
392391
ls -la stage/*
393392

0 commit comments

Comments
 (0)