Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 11, 2024
1 parent c0c88e0 commit f09359e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,16 @@ jobs:
with:
python-version: 3.x
- name: Install ESPHome
run: pip install esphome
run: pip install esphome --user esphome
- name: Compile ESPHome project
run: esphome compile ./firmware/doorman-stock.yaml
- name: Debugging - List all directories and files
run: ls -R
working-directory: ./firmware/
run: |
esphome compile doorman-stock.yaml
ls -la
- name: Move ESPHome build to pages directory
run: mkdir -p pages/esphome && mv .esphome/build/* pages/esphome/

- name: Upload ESPHome artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f09359e

Please sign in to comment.