mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-10-31 17:04:31 +00:00
Merge branch 'asdf-build-test'
Fix yaml file
This commit is contained in:
commit
bab5d3c8ab
6
.github/workflows/asdf-firmware.yml
vendored
6
.github/workflows/asdf-firmware.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: asdf-firmware
|
name: asdf-firmware
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
asdf-release
|
- asdf-release
|
||||||
asdf-build-test
|
- asdf-build-test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_firmware:
|
build_firmware:
|
||||||
@ -24,6 +25,7 @@ jobs:
|
|||||||
- run: pip install -U sphinx sphinx-rtd-theme sphinx-autodoc-typehints
|
- run: pip install -U sphinx sphinx-rtd-theme sphinx-autodoc-typehints
|
||||||
- run: pip install -U sphinxcontrib-napoleon
|
- run: pip install -U sphinxcontrib-napoleon
|
||||||
- run: pip install -U toml
|
- run: pip install -U toml
|
||||||
|
# - run: pip install pipenv
|
||||||
|
|
||||||
# Create the build directories, make all targets, and copy
|
# Create the build directories, make all targets, and copy
|
||||||
# hex files to sphinx source directory for download links
|
# hex files to sphinx source directory for download links
|
||||||
|
Loading…
Reference in New Issue
Block a user