Skip to content

Commit b05c29c

Browse files
committed
fix requirements path
1 parent 8602fff commit b05c29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- run: pip install -r requirements/build-docs.txt
16+
- run: pip install -r docs/requirements.txt
1717
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)