Skip to content

Commit

Permalink
Переименование для удобного отображения
Browse files Browse the repository at this point in the history
  • Loading branch information
marmyshev committed Nov 5, 2020
1 parent e376528 commit 0ade3e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Fix links for Wiki engine
run: |
mv -f ./docs/Readme.md ./docs/Home.md
mv -f ./docs/Readme.md ./docs/_Sidebar.md
find ./docs/ -type f -name "*.md" -exec sed -i 's/.md#/#/g' {} \;
find ./docs/ -type f -name "*.md" -exec sed -i 's/.md)/)/g' {} \;
Expand Down
File renamed without changes.

0 comments on commit 0ade3e8

Please sign in to comment.