Skip to content

Update build_hardware.md #409

Update build_hardware.md

Update build_hardware.md #409

Workflow file for this run

name: Push docs
on:
push:
branches:
- master
jobs:
mkdocs-build-and-push:
name: mkdocs and push to docs.donkeycar.com
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/[email protected]
with:
python-version: 3.9
auto-activate-base: true
channels: defaults, conda-forge
- run: |
conda info
conda list
conda install mkdocs
pip install mkdocs-redirects
pip install mkdocs-material
mkdocs gh-deploy --force -v
echo Docs were made and pushed to docs.donkeycar.com