Workflow test #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish ESPHome website (don't rebuild fw) | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'static/**' | ||
jobs: | ||
publish: | ||
uses: ./.github/workflows/action-publish-pages.yml | ||
with: | ||
name: Bed Presence Mk1 | ||
version: 2024.6.6 | ||
Check failure on line 15 in .github/workflows/workflow-pages-change.yml GitHub Actions / Publish ESPHome website (don't rebuild fw)Invalid workflow file
|
||