Skip to content

Commit 5bf9935

Browse files
committed
update image in documentation
1 parent 670625f commit 5bf9935

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: pip install --upgrade pip mkdocs mkdocs-material
6565

6666
- name: Build the documentation
67-
run: python mkdocs build
67+
run: mkdocs build
6868

6969
- name: Publish the documentation
70-
run: python mkdocs gh-deploy --force
70+
run: mkdocs gh-deploy --force

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://fastapi-vo.r3ck.com.br">
3-
<img src="docs/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
3+
<img src="https://fastapi-vo.r3ck.com.br/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
44
</a>
55
</p>
66

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://fastapi-vo.r3ck.com.br">
3-
<img src="assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
3+
<img src="https://fastapi-vo.r3ck.com.br/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
44
</a>
55
</p>
66

0 commit comments

Comments
 (0)