File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 6161 name : doc-html
6262 path : doc/build/html/
6363
64- - name : Upload notebooks artifact
65- uses : actions/upload-artifact@v4
66- with :
67- name : doc-ipynb
68- path : doc/build/ipynb/
69-
7064 - name : Build API docs
7165 if : github.ref_name == 'migrate-to-gh-actions' && github.event_name == 'push'
7266 run : |
8074 cd apidoc
8175 make html
8276
83- - name : Upload API docs artifact
84- if : github.ref_name == 'migrate-to-gh-actions' && github.event_name == 'push'
85- uses : actions/upload-artifact@v4
86- with :
87- name : apidoc-build
88- path : doc/apidoc/_build/html/
89-
9077 # Deploy steps — currently using test branches for validation
9178 # TODO: Change branch trigger to 'doc-prod' and deploy branches to 'built', 'built_ipynb', 'gh-pages'
9279 - name : Create GitHub App token
You can’t perform that action at this time.
0 commit comments