File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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- 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+ 42+ github_token : ${{ secrets.GITHUB_TOKEN }}
43+ publish_dir : docs/_build/html
4444
4545# build-and-deploy:
4646# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments