Skip to content

Commit de35354

Browse files
authored
Update ci.yml
1 parent e8f0f76 commit de35354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
python-version: 3.x
2121
cache: "pip"
2222
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
23-
- run: pip install mkdocs-material
23+
- run: pip install -r requirements.txt
2424
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)