We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f8250 commit d7230c1Copy full SHA for d7230c1
1 file changed
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-python@v5
20
with:
21
python-version: 3.x
22
- - run: pip install requirements.txt
+ - run: pip install -r requirements.txt
23
- run: mkdocs build
24
- uses: actions/upload-pages-artifact@v4
25
0 commit comments