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