We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5f8250 + d7230c1 commit 38ff356Copy full SHA for 38ff356
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