Initial skeletal Frigate lovelace card.
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
---
|
||||
name: 'Build'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "17 6 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
# Build
|
||||
- name: Build the file
|
||||
run: |
|
||||
cd /home/runner/work/boilerplate-card/boilerplate-card
|
||||
cd /home/runner/work/frigate-card/frigate-card
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: /home/runner/work/boilerplate-card/boilerplate-card/dist/boilerplate-card.js
|
||||
asset_name: boilerplate-card.js
|
||||
file: /home/runner/work/frigate-card/frigate-card/dist/frigate-card.js
|
||||
asset_name: frigate-card.js
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
Reference in New Issue
Block a user