Skip to content

Convert all tables in apx to markdown definitions lists and provide a nice desplay with css. #2

Convert all tables in apx to markdown definitions lists and provide a nice desplay with css.

Convert all tables in apx to markdown definitions lists and provide a nice desplay with css. #2

Workflow file for this run

name: mkdocs-build
# CI validates the source MkDocs project. Multi-version publishing/local preview
# are handled separately via `mike deploy latest` and `mike serve`.
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Requirements
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: MkDocs strict build (base config used by mike)
run: |
python -m mkdocs build --strict