Skip to content

Commit b462cfa

Browse files
committed
[webpage] Fix logo path
1 parent 2928fb0 commit b462cfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: MkDocs
1919
run: |
20-
cp -rf images docs
20+
cp -rf screenshots docs
2121
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
2222
2323
- name: Deploy

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ extra_css:
55

66
theme:
77
name: material
8-
logo: images/logo.png
9-
favicon: images/logo.png
8+
logo: screenshots/logo.png
9+
favicon: screenshots/logo.png
1010
icon:
1111
repo: fontawesome/brands/github
1212

0 commit comments

Comments
 (0)