Merge branch 'asdf-build-test'

Fix yaml file
This commit is contained in:
Dave 2022-12-03 04:34:49 -06:00
commit bab5d3c8ab
1 changed files with 4 additions and 2 deletions

View File

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