Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 16, 2024
1 parent e88d5f1 commit 6b8d183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}-dev\"/" package.json
sed -i 's/@master/@dev/g' firmware/examples/stock.example.yaml
sed -i 's/@master/@dev/g' firmware/examples/nuki-bridge.example.yaml
sed -i 's/@master/@dev/g' guide/getting-started.md
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ substitutions:
friendly_name: Doorman S3

packages:
AzonInc.Doorman-Stock: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down

0 comments on commit 6b8d183

Please sign in to comment.