We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f3242 commit 0c239e9Copy full SHA for 0c239e9
1 file changed
.github/workflows/docs.yml
@@ -13,10 +13,11 @@ jobs:
13
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
14
- name: Build and Commit
15
uses: sphinx-notes/pages@v2
16
+ with:
17
+ documentation_path: './docs'
18
+ requirements_path: './docs/requirements.txt'
19
- name: Push changes
20
uses: ad-m/github-push-action@master
21
with:
22
github_token: ${{ secrets.GITHUB_TOKEN }}
23
branch: gh-pages
- documentation_path: './docs'
- requirements_path: './docs/requirements.txt'
0 commit comments