chore(container): update image ghcr.io/onedr0p/home-assistant to 58df… #1945
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: GitHub Pages | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build_and_deploy: | |
uses: otosky/github_workflows/.github/workflows/build-deploy-mkdocs-gh-pages.yml@main | |
permissions: | |
contents: write | |
pages: write | |
id-token: write | |
secrets: inherit | |