We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467f27d commit ef287d7Copy full SHA for ef287d7
.github/workflows/gh-pages.yml
@@ -24,13 +24,7 @@ jobs:
24
python --version
25
python -m pip install --upgrade pip
26
python -m pip install -r requirements/requirements.txt
27
- - name: Build and Commit
+ - name: Build and Deploy
28
uses: sphinx-notes/pages@v3
29
with:
30
- requirements_path: ./docs/doc_requirements.txt
31
- - name: Push changes
32
- uses: ad-m/github-push-action@master
33
- with:
34
- github_token: ${{ secrets.GITHUB_TOKEN }}
35
- branch: gh-pages
36
-
+ requirements_path: ./docs/doc_requirements.txt
0 commit comments