We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2928fb0 commit b462cfaCopy full SHA for b462cfa
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: MkDocs
19
run: |
20
- cp -rf images docs
+ cp -rf screenshots docs
21
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material -- build
22
23
- name: Deploy
mkdocs.yml
@@ -5,8 +5,8 @@ extra_css:
5
6
theme:
7
name: material
8
- logo: images/logo.png
9
- favicon: images/logo.png
+ logo: screenshots/logo.png
+ favicon: screenshots/logo.png
10
icon:
11
repo: fontawesome/brands/github
12
0 commit comments