We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a3d02 commit d6f3242Copy full SHA for d6f3242
1 file changed
.github/workflows/docs.yml
@@ -18,5 +18,5 @@ jobs:
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
branch: gh-pages
21
- documentation_path: 'docs/'
22
- requirements_path: 'docs/requirements.txt'
+ documentation_path: './docs'
+ requirements_path: './docs/requirements.txt'
0 commit comments