mirror of
https://github.com/1C-Company/GitConverter.git
synced 2024-12-26 20:54:10 +02:00
Исправление ссылок wiki в CI
This commit is contained in:
parent
1052b981aa
commit
4082039516
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -10,6 +10,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fix links for Wiki engine
|
||||
run: |
|
||||
mv -f ./docs/Readme.md ./docs/Home.md
|
||||
find ./docs/ -type f -name "*.md" -exec sed -i 's/(Readme.md)/(Home)/g' {} \;
|
||||
find ./docs/ -type f -name "*.md" -exec sed -i 's/.md#/#/g' {} \;
|
||||
find ./docs/ -type f -name "*.md" -exec sed -i 's/.md)/)/g' {} \;
|
||||
|
||||
- name: Sync Wiki
|
||||
uses: joeizzard/action-wiki-sync@v1
|
||||
|
Loading…
Reference in New Issue
Block a user