Skip to content

Commit 4e98be7

Browse files
committed
remove notebook and api docs artifacts
1 parent dff6abc commit 4e98be7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build-doc.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
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: |
@@ -80,13 +74,6 @@ jobs:
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

0 commit comments

Comments
 (0)