Skip to content

Commit

Permalink
update image in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rennancockles committed Sep 2, 2021
1 parent 670625f commit 5bf9935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: pip install --upgrade pip mkdocs mkdocs-material

- name: Build the documentation
run: python mkdocs build
run: mkdocs build

- name: Publish the documentation
run: python mkdocs gh-deploy --force
run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://fastapi-vo.r3ck.com.br">
<img src="docs/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
<img src="https://fastapi-vo.r3ck.com.br/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://fastapi-vo.r3ck.com.br">
<img src="assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
<img src="https://fastapi-vo.r3ck.com.br/assets/img/banner-bgwhite.png" alt="FastAPI-VO Logo" />
</a>
</p>

Expand Down

0 comments on commit 5bf9935

Please sign in to comment.