Skip to content

Charge Control C: add section regarding phase count switching support #11

Charge Control C: add section regarding phase count switching support

Charge Control C: add section regarding phase count switching support #11

Workflow file for this run

name: Link check
# Allow to trigger on pull requests and manually via Github Actions
on:
pull_request:
workflow_dispatch:
jobs:
build:
# Use Ubuntu as environment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# This external action cares about all the sphinx stuff
- uses: ammaraskar/[email protected]
with:
build-command: "sphinx-build -b linkcheck source/ build/"
docs-folder: "docs/"