Skip to content

Commit a88ee19

Browse files
committed
Try adding repository_path
1 parent b8e4c26 commit a88ee19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
branch: gh-pages
21-
requirements_path: "./docs/requirements.txt"
21+
repository_path: '.'
22+
documentation_path: './docs'
23+
requirements_path: './docs/requirements.txt'

0 commit comments

Comments
 (0)