Skip to content

Merge branch 'main' of https://github.com/sparkfun/SparkFun_RTK_Every… #6

Merge branch 'main' of https://github.com/sparkfun/SparkFun_RTK_Every…

Merge branch 'main' of https://github.com/sparkfun/SparkFun_RTK_Every… #6

Workflow file for this run

name: Run mkdocs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12.0
- run: pip install mkdocs-material mkdocs-monorepo-plugin setuptools
- run: pip install mkdocs-with-pdf
- run: mkdocs gh-deploy --force