Skip to content
Snippets Groups Projects
Commit c7d5644b authored by Roman Dvořák's avatar Roman Dvořák
Browse files

fix old file names in script

parent dbd7bf48
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ git submodule update --remote ...@@ -5,6 +5,6 @@ git submodule update --remote
mkdir -p docs/tech mkdir -p docs/tech
cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp ./backend/CHANGELOG.md ./docs/tech/architecture/CHANGELOG.md cp ./backend/CHANGELOG.md ./docs/tech/architecture/CHANGELOG.md
cp ./backend/INSTALATION.md ./docs/tech/installation/back-README.md cp ./backend/INSTALLATION.md ./docs/tech/installation/back-README.md
cp ./frontend/README.md ./docs/tech/installation/front-README.md cp ./frontend/INSTALLATION.md ./docs/tech/installation/front-README.md
cp ./backend/openapi.yml ./docs/tech/api/openapi.yml cp ./backend/openapi.yml ./docs/tech/api/openapi.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment