Skip to content

19951 vehicle approaches notifications #161

19951 vehicle approaches notifications

19951 vehicle approaches notifications #161

Workflow file for this run

name: Build docs
on:
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_docs:
name: Build docs
runs-on: macos-12
steps:
- name: Checkout main
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Prepare dependencies
run: |
brew install sourcekitten
python --version
pip install --upgrade pip
pip install mkdocs
pip install pymdown-extensions
mkdocs --version
- name: Build docs
run: |
cd Scripts
./docs.sh