Skip to content

Commit ef287d7

Browse files
authored
Update gh-pages.yml
1 parent 467f27d commit ef287d7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ jobs:
2424
python --version
2525
python -m pip install --upgrade pip
2626
python -m pip install -r requirements/requirements.txt
27-
- name: Build and Commit
27+
- name: Build and Deploy
2828
uses: sphinx-notes/pages@v3
2929
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-
30+
requirements_path: ./docs/doc_requirements.txt

0 commit comments

Comments
 (0)