Skip to content

Commit 44e4d37

Browse files
authored
ci: remove upload documentation step in build workflow (#158)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 7429173 commit 44e4d37

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ jobs:
3636
3737
- name: Build documentation with Sphinx
3838
run: sphinx-build -b html docs build/html -W --keep-going
39-
40-
- name: Upload documentation as artifact
41-
uses: actions/upload-artifact@v4.6.2
42-
with:
43-
name: html
44-
path: build/html

0 commit comments

Comments
 (0)