Added mkdocs-exporter to requirements.txt
This commit is contained in:
parent
b112969a22
commit
ed02ea5091
2 changed files with 3 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -24,5 +24,6 @@ jobs:
|
|||
path: .cache
|
||||
restore-keys: |
|
||||
mkdocs-material-
|
||||
- run: pip install mkdocs-material
|
||||
- run: pip install -r requirements.txt
|
||||
- run: playwright install chromium --with-deps
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue