File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,14 @@ jobs:
27
27
- name : Show wgpu backend
28
28
run :
29
29
python -c "from examples.tests.testutils import wgpu_backend; print(wgpu_backend)"
30
- - name : make gallery
30
+ - name : build docs
31
31
run : |
32
- RTD_BUILD=1 FETCH_ARTIFACT=0 sphinx-build -b dummy docs/source/ /tmp/
33
-
34
- - uses : actions/upload-artifact@v4
35
- with :
36
- name : gallery-${{ github.sha }}
37
- path : docs/source/_gallery
38
-
39
- - name : Trigger RTDs build
40
- uses : dfm/rtds-action@v1
32
+ cd docs
33
+ RTD_BUILD=1 make html
34
+ - name : Deploy docs
35
+ uses :
SamKirkland/[email protected]
41
36
with :
42
- webhook_url : ${{ secrets.RTDS_WEBHOOK_URL }}
43
- webhook_token : ${{ secrets.RTDS_WEBHOOK_TOKEN }}
44
- commit_ref : ${{ github.ref }}
37
+ server : ${{ secrets.DOCS_SERVER }}
38
+ username : ${{ secrets.DOCS_USERNAME }}
39
+ password : ${{ secrets.DOCS_PASSWORD }}
40
+ local-dir : docs/build/html/
You can’t perform that action at this time.
0 commit comments