Skip to content

Commit 6278803

Browse files
committed
update docs Action
1 parent b401d07 commit 6278803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material
28+
- run: pip install ".[docs]"
2929
- run: cp README.md docs/index.md
30+
- run: mkdocs build
3031
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)