Skip to content

Commit 52b3e1f

Browse files
committed
actions: upload artifacts for stubs & docs
1 parent 794d5f5 commit 52b3e1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,16 @@ jobs:
6666
working-directory: tests
6767
- name: Stubs
6868
run: make stubs -j2
69+
- uses: actions/upload-artifact@v2
70+
with:
71+
name: stubs
72+
path: circuitpython-stubs*
6973
- name: Docs
7074
run: sphinx-build -E -W -b html . _build/html
75+
- uses: actions/upload-artifact@v2
76+
with:
77+
name: docs
78+
path: _build/html
7179
- name: Translations
7280
run: make check-translate
7381
- name: New boards check

0 commit comments

Comments
 (0)