Skip to content

Merge pull request #202 from pcourbin/dependabot/github_actions/actio… #71

Merge pull request #202 from pcourbin/dependabot/github_actions/actio…

Merge pull request #202 from pcourbin/dependabot/github_actions/actio… #71

Workflow file for this run

name: Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install dependencies
run: |
python -m pip install sphinx_rtd_theme homeassistant pyecodevices_rt2
- name: Build and Commit
uses: sphinx-notes/pages@master
with:
documentation_path: docs
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages