Skip to content

Commit 26559e8

Browse files
committed
Drop the work-around for the broken link https://git-scm.com/docs上查看
In c902ac8 (ci: check for broken git-scm.com links, 2025-02-27), I added a work-around for a link that had been broken in advertently, in a repository different from git-scm.com. I contributed a fix for that with jnavila/git-manpages-l10n#131, but did not want to have git-scm.com's link check to keep failing until that fix was merged. Well, the work-around is no longer necessary because my fix has been merged in the meantime. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 80312b3 commit 26559e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_extended_${HUGO_VERSION}_linux-amd64.deb &&
2020
sudo dpkg -i /tmp/hugo.deb
2121
22-
- name: work around a broken link
23-
# See https://github.com/jnavila/git-manpages-l10n/pull/131;
24-
# A space is missing in "https://git-scm.com/docs上查看"
25-
run: |
26-
sed -i 's,\(href="\(https://git-scm.com/docs\)\)\(上查看\)"\([^>]*>\)\2\3\(</a>\),\1"\4\1\5 \3,p' \
27-
external/docs/content/docs/git/zh_HANS-CN.html
28-
2922
- name: run Hugo to build the pages
3023
run: hugo
3124

0 commit comments

Comments
 (0)