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:
parent
26909af5de
commit
ecfff61aad
2
.github/workflows/syncDoc.yml
vendored
2
.github/workflows/syncDoc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user