Skip to content

Commit fe28e8b

Browse files
committed
Fix logo paths and update CI to use requirements.txt
1 parent 060e02b commit fe28e8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
path: ~/.cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material
28+
- run: pip install -r requirements.txt
2929
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repo_url: https://github.com/CodeCompasss/code_campus_userguide
66

77
theme:
88
name: material
9-
logo: assets/logo.png
10-
favicon: images/favicon.png
9+
logo: images/logo.png
10+
favicon: images/favicon.ico
1111

1212
features:
1313
- navigation.instant

0 commit comments

Comments
 (0)