Skip to content

Commit 3a89c2d

Browse files
mikellerbstoeger
authored andcommitted
CICD: Fix Workflow Wording.
Remove duplicated text. Signed-off-by: Michael Keller <[email protected]>
1 parent 967cfb9 commit 3a89c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
for file in user-manual*.html.git mobile-manual-v3.html.git; do
8484
diff -uw <(tail -n +8 $file | head -n -5) <(tail -n +8 ${file%.git} | head -n -5)
8585
if [ $? -ne 0 ] ; then
86-
echo "The html version of the documentation in the repository (\`$file\`) does not match the does not match the latest generated html version.\nPlease grab the latest version from the artifacts of the 'Documentation' workflow (\`${file%.git}\`) and commit it to the repository as \`$file\`."
86+
echo "The html version of the documentation in the repository (\`$file\`) does not match the latest generated html version.\nPlease grab the latest version from the artifacts of the 'Documentation' workflow (\`${file%.git}\`) and commit it to the repository as \`$file\`."
8787
exit 1
8888
fi
8989
done

0 commit comments

Comments
 (0)