1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-02 01:34:03 +02:00

Fix the issue in the replacement script

This commit is contained in:
Alex Plate 2024-10-21 16:17:49 +03:00
parent 26909af5de
commit ecfff61aad
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -43,7 +43,7 @@ jobs:
DIRECTORY="docs"
# Find all files in the directory and perform the replacement
find $DIRECTORY -type f -exec sed -i 's/\.md)//g' {} +
find $DIRECTORY -type f -exec sed -i 's/\.md)/)/g' {} +
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4