Skip to content

Commit

Permalink
update-pydoc: Add success message
Browse files Browse the repository at this point in the history
So you know when you can edit the README.md again in your editor,
while all.sh still runs the tests.
  • Loading branch information
real-or-random committed Oct 2, 2024
1 parent 813ce8a commit 46a64a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-pydoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ sed -z -i README.md -e 's/<!--pydoc.md-->.*<!--end of pydoc.md-->/<!--pydoc.md--
sed -i README.md -e '/<!--pydoc.md-->/r pydoc.md'
# Remove temporary file
rm pydoc.md

echo "Updated pydoc successfully"

0 comments on commit 46a64a7

Please sign in to comment.