File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 - run : |
3636 sphinx-build --builder html docs/source/ docs/build/html
3737
38+ # TODO: only on push to master
3839 - name : Upload artifact
3940 uses : actions/upload-pages-artifact@v4
4041 with :
41- name : docs-html
4242 path : ' ./docs/build/html'
4343
4444 deploy :
5353 url : ${{ steps.deployment.outputs.page_url }}
5454 runs-on : ubuntu-slim
5555 steps :
56- # - name: Download HTML artifact
57- # uses: actions/download-artifact@v4
58- # with:
59- # name: docs-html
60- # path: docs/build/html
61-
62- # - name: Setup Pages
63- # uses: actions/configure-pages@v5
64-
65- # - name: Upload Pages artifact
66- # uses: actions/upload-pages-artifact@v4
67- # with:
68- # path: docs/build/html
69-
7056 - name : Deploy to GitHub Pages
7157 id : deployment
7258 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments