Skip to content

Update flight controllers, companion comp., cameras, dev kits (#57) #20

Update flight controllers, companion comp., cameras, dev kits (#57)

Update flight controllers, companion comp., cameras, dev kits (#57) #20

Workflow file for this run

name: build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs pymdown-extensions
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- run: mkdocs gh-deploy --force