Skip to content

Commit

Permalink
updated error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Feb 22, 2024
1 parent d90dcee commit 561f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
if git diff --exit-code; then
echo "Docs generation successful, no changes found."
else
echo "Error: Uncommitted changes found. Please commit or discard changes before generating docs."
echo "Error: Uncommitted changes found. Please run 'make generatedocs' and commit the changes."
exit 1
fi

0 comments on commit 561f374

Please sign in to comment.