Skip to content

Add CAPX v1.3.0 documentation (#56) #136

Add CAPX v1.3.0 documentation (#56)

Add CAPX v1.3.0 documentation (#56) #136

Workflow file for this run

name: testing
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build -s