Skip to content

Commit c0400af

Browse files
Update README and workflows
1 parent 831e941 commit c0400af

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/autoblack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [ pull_request ]
3+
on: pull_request
44

55
jobs:
66
lint:

.github/workflows/mkdocs_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
path: .cache
2222
restore-keys: |
2323
mkdocs-material-
24-
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions mkdocs-jupyter
24+
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions mknotebooks
2525
- run: mkdocs build

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# ![GraphiQ](https://raw.githubusercontent.com/graphiq-dev/graphiq/main/docs/img/logos/logo-light.png)
1+
#
2+
3+
<p align="center">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset=docs/img/logos/logo-dark.png>
6+
<source media="(prefers-color-scheme: light)" srcset=docs/img/logos/logo-light.png>
7+
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src=docs/img/logos/logo.png>
8+
</picture>
9+
</p>
210

311
<div align="center">
412

0 commit comments

Comments
 (0)