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 e8f0f76 commit de35354Copy full SHA for de35354
.github/workflows/ci.yml
@@ -20,5 +20,5 @@ jobs:
20
python-version: 3.x
21
cache: "pip"
22
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
23
- - run: pip install mkdocs-material
+ - run: pip install -r requirements.txt
24
- run: mkdocs gh-deploy --force
0 commit comments