actions: upload artifacts for stubs & docs
This commit is contained in:
parent
794d5f5900
commit
52b3e1faba
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -66,8 +66,16 @@ jobs:
|
||||
working-directory: tests
|
||||
- name: Stubs
|
||||
run: make stubs -j2
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: stubs
|
||||
path: circuitpython-stubs*
|
||||
- name: Docs
|
||||
run: sphinx-build -E -W -b html . _build/html
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: docs
|
||||
path: _build/html
|
||||
- name: Translations
|
||||
run: make check-translate
|
||||
- name: New boards check
|
||||
|
Loading…
x
Reference in New Issue
Block a user