From b79ffa8bbf3b128209cf33ffbe444bbe50fdfe5f Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 3 May 2024 16:17:21 +0200 Subject: [PATCH] Version number update in Action no longer needed (#126) --- update-katex-version.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update-katex-version.sh b/update-katex-version.sh index c3f370e..7895c3b 100644 --- a/update-katex-version.sh +++ b/update-katex-version.sh @@ -40,10 +40,6 @@ sed -i "/katex_version = '${CURRENT_VERSION}'/c\\katex_version = '${NEW_VERSION} echo "Updating README.rst" sed -i "s/${CURRENT_VERSION}/${NEW_VERSION}/" README.rst -# Update github Action for pre-rendering -echo "Updating .github/workflows/katex.yml" -sed -i "s/katex-version: '${CURRENT_VERSION}'/katex-version: '${NEW_VERSION}'/" .github/workflows/katex.yml - # Update Read The Docs configuration echo "Updating .readthedocs.yaml" sed -i "s/katex@${CURRENT_VERSION}/katex@${NEW_VERSION}/" .readthedocs.yaml