Skip to content

Commit 6b8d183

Browse files
committed
Update Docs
1 parent e88d5f1 commit 6b8d183

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}-dev\"/" package.json
3838
sed -i 's/@master/@dev/g' firmware/examples/stock.example.yaml
3939
sed -i 's/@master/@dev/g' firmware/examples/nuki-bridge.example.yaml
40+
sed -i 's/@master/@dev/g' guide/getting-started.md
4041
4142
- name: Install dependencies
4243
run: npm ci

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ substitutions:
6262
friendly_name: Doorman S3
6363

6464
packages:
65-
AzonInc.Doorman-Stock: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
65+
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
6666

6767
esphome:
6868
name: ${name}

0 commit comments

Comments
 (0)