Skip to content

Remove unused bridges #35

Remove unused bridges

Remove unused bridges #35

Workflow file for this run

# Basic ODK workflow
name: Docs
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-mermaid2-plugin
- name: Deploy docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yaml
run: |
mkdocs gh-deploy --config-file $CONFIG_FILE