Skip to content

Merge pull request #178 from CooperUnion/user/jacobkoziej/node_fw2com… #21

Merge pull request #178 from CooperUnion/user/jacobkoziej/node_fw2com…

Merge pull request #178 from CooperUnion/user/jacobkoziej/node_fw2com… #21

Workflow file for this run

---
name: mdbook-deploy
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout `selfdrive`
uses: ./.github/actions/checkout
- name: Build docs
run: mdbook build
- name: Deploy docs
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: build/docs
FOLDER: build/docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_EMPTY_COMMITS: true
MESSAGE: '{long-sha}'