Skip to content

✨ Add constraints and bootstrap links #2

✨ Add constraints and bootstrap links

✨ Add constraints and bootstrap links #2

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
submodules: recursive
- name: Install and Build 🔧
run: |
pip install mkdocs mkdocs-material
mkdocs build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: site