Skip to content

Commit 0c239e9

Browse files
committed
Apply inputs to the correct action
1 parent d6f3242 commit 0c239e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1414
- name: Build and Commit
1515
uses: sphinx-notes/pages@v2
16+
with:
17+
documentation_path: './docs'
18+
requirements_path: './docs/requirements.txt'
1619
- name: Push changes
1720
uses: ad-m/github-push-action@master
1821
with:
1922
github_token: ${{ secrets.GITHUB_TOKEN }}
2023
branch: gh-pages
21-
documentation_path: './docs'
22-
requirements_path: './docs/requirements.txt'

0 commit comments

Comments
 (0)