Skip to content

Add Docs

Add Docs #6

Workflow file for this run

name: Build Stock Firmware
on:
pull_request:
workflow_dispatch:
push:
branches:
- docs-test
jobs:
publish-doorman-stock:
name: Publish Doorman Stock Firmware
uses: ./esphome-build.yml

Check failure on line 12 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
files: doorman-stock.yaml
name: Doorman Stock
manifest_filename: doorman-stock-manifest.json
clean: false
esphome_version: latest
directory_name: doorman-stock
publish-doorman-nuki-bridge:
name: Publish Doorman Nuki Bridge Firmware
uses: ./esphome-build.yml
with:
files: doorman-nuki-bridge.yaml
name: Doorman Nuki Bridge
manifest_filename: doorman-nuki-bridge-manifest.json
clean: false
esphome_version: latest
directory_name: doorman-nuki-bridge