Skip to content

Commit

Permalink
Version number update in Action no longer needed (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored May 3, 2024
1 parent 77aab65 commit b79ffa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions update-katex-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b79ffa8

Please sign in to comment.