Skip to content

Commit ccd0673

Browse files
authored
fix docs build (#75)
1 parent a0a6555 commit ccd0673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.x
14-
- run: pip install requirements/build-docs.txt
14+
- run: pip install -r requirements/build-docs.txt
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)