We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff6abc commit 4e98be7Copy full SHA for 4e98be7
1 file changed
.github/workflows/build-doc.yml
@@ -61,12 +61,6 @@ jobs:
61
name: doc-html
62
path: doc/build/html/
63
64
- - name: Upload notebooks artifact
65
- uses: actions/upload-artifact@v4
66
- with:
67
- name: doc-ipynb
68
- path: doc/build/ipynb/
69
-
70
- name: Build API docs
71
if: github.ref_name == 'migrate-to-gh-actions' && github.event_name == 'push'
72
run: |
@@ -80,13 +74,6 @@ jobs:
80
74
cd apidoc
81
75
make html
82
76
83
- - name: Upload API docs artifact
84
- if: github.ref_name == 'migrate-to-gh-actions' && github.event_name == 'push'
85
86
87
- name: apidoc-build
88
- path: doc/apidoc/_build/html/
89
90
77
# Deploy steps — currently using test branches for validation
91
78
# TODO: Change branch trigger to 'doc-prod' and deploy branches to 'built', 'built_ipynb', 'gh-pages'
92
79
- name: Create GitHub App token
0 commit comments