Merge pull request #3033 from jepler/actions-doc-artifact

actions: upload artifacts for stubs & docs
This commit is contained in:
Scott Shawcroft 2020-06-15 14:54:22 -07:00 committed by GitHub
commit 08c8198fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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