Skip to content

Commit

Permalink
1.0.1 fixing build process
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin committed Apr 29, 2024
1 parent f9e7955 commit cd30eb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Builder

env:
BUILD_ARGS: "--test"
MONITORED_FILES: "build.yaml config.yaml Dockerfile rootfs"
MONITORED_FILES: "build.yaml config.yaml Dockerfile"

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions homedocs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 1.0.1

- Fixing the build process

## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion homedocs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Homedocs

Check warning on line 1 in homedocs/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on homedocs

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
description: Document stuff with Markdown based on Astro Starlight
version: "1.0.0"
version: "1.0.1"
slug: homedocs
init: false
url: https://github.com/masterwendu/homeassistant-addons/tree/main/homedocs
Expand Down

0 comments on commit cd30eb4

Please sign in to comment.