Skip to content

Commit 27b4471

Browse files
committed
deploy step
1 parent 37d0166 commit 27b4471

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
python -m pip install -r docs/requirements.txt
3131
- name: Build documentation
3232
run: cd docs && make html
33-
- name: Upload html
33+
- name: Upload html artifact for debugging
3434
uses: actions/upload-pages-artifact@v1
3535
with:
3636
path: ./docs/_build/html
37-
# - name: Deploy to GitHub Pages
38-
# uses: peaceiris/actions-gh-pages@v3
39-
# with:
40-
# user_name: 'tyeth'
41-
# user_email: '[email protected]'
42-
# github_token: ${{ secrets.GITHUB_TOKEN }}
43-
# publish_dir: docs/_build/html
37+
- name: Deploy to GitHub Pages
38+
uses: peaceiris/actions-gh-pages@v3
39+
with:
40+
user_name: 'tyeth'
41+
user_email: '[email protected]'
42+
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
publish_dir: docs/_build/html
4444

4545
# build-and-deploy:
4646
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)