1 parent 794d5f5 commit 52b3e1fCopy full SHA for 52b3e1f
1 file changed
.github/workflows/build.yml
@@ -66,8 +66,16 @@ jobs:
66
working-directory: tests
67
- name: Stubs
68
run: make stubs -j2
69
+ - uses: actions/upload-artifact@v2
70
+ with:
71
+ name: stubs
72
+ path: circuitpython-stubs*
73
- name: Docs
74
run: sphinx-build -E -W -b html . _build/html
75
76
77
+ name: docs
78
+ path: _build/html
79
- name: Translations
80
run: make check-translate
81
- name: New boards check
0 commit comments