Skip to content

Allow hostgroups to bind multiple trunks w/ config #565

Allow hostgroups to bind multiple trunks w/ config

Allow hostgroups to bind multiple trunks w/ config #565

Workflow file for this run

name: Build Docs
on:
push:
branches:
- main
- stable/yoga-m3
pull_request:
jobs:
test-and-deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Tox
run: pip install tox
- name: Build docs
run: tox -e docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/stable/yoga-m3' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/build/html