From d2c0e54dce5d4024cb8feffe45542d2eaa979fc9 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Sat, 13 Jul 2024 18:10:15 +0900 Subject: [PATCH] Fix a bug --- .github/workflows/doc-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 8f749fed029..9fa05679873 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -196,7 +196,7 @@ jobs: (cd doc && git commit -a -m 'new') # Wipe out chronic diffs of new doc against old doc before creating CHANGES.html (cd doc && \ - find . -name "*.html" | xargs sed -i -e '/This is documentation of/ s/ built with GitHub PR .* for development/ for development/' \ + find . -name "*.html" | xargs sed -i -e '/This is documentation/ s/ built with GitHub PR .* for development/ for development/' \ -e '/;,\;; d' \ && git commit -a -m 'wipe-out')