Skip to content

Commit 6f1fb0a

Browse files
committed
ensure all requirements are installed
1 parent ed70549 commit 6f1fb0a

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
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.x
14-
- run: pip install mkdocs-material
14+
- run: pip install -r requirements.txt
1515
- run: git fetch -u origin gh-pages:gh-pages
1616
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)