Skip to content

Commit 0e2b6bb

Browse files
committed
ci: Debug issue with artifact upload
1 parent 7d0e201 commit 0e2b6bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
run: make setup
4848

4949
- name: Check if the documentation builds correctly
50-
run: make check-docs
50+
run: |
51+
make check-docs
52+
ls site
5153
5254
- name: Check the code quality
5355
run: make check-quality
@@ -56,7 +58,9 @@ jobs:
5658
run: make check-types
5759

5860
- name: Check for breaking changes in the API
59-
run: make check-api
61+
run: |
62+
make check-api
63+
ls site
6064
6165
- name: Store objects inventory for tests
6266
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)