Skip to content
Snippets Groups Projects
Verified Commit c5f4fdd2 authored by Martin Weise's avatar Martin Weise
Browse files

Further narrow scope

parent 129342a9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ verify: ...@@ -16,7 +16,7 @@ verify:
sudo nginx -t sudo nginx -t
build: build-swagger build: build-swagger
grep -rl __BASE_URL__ . | xargs sed -i 's|__BASE_URL__|${BASE_URL}|g' grep -rl __BASE_URL__ ./docs | xargs sed -i 's|__BASE_URL__|${BASE_URL}|g'
mkdocs build mkdocs build
build-swagger: build-swagger:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment