Updated base library to not be in dependency conflict with newest HA … #136
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 | |
- mkdocstrings | |
permissions: | |
contents: write | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: docker build -t mypyllant-docs . -f docs/Dockerfile | |
- run: docker run -v ~/.ssh:/root/.ssh mypyllant-docs gh-deploy --force |