Skip to content

update trubrics for streamlit apps #185

update trubrics for streamlit apps

update trubrics for streamlit apps #185

Workflow file for this run

name: Build docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10.12
- run: python3 -m venv venv && source venv/bin/activate
- run: make install-dev
- run: mkdocs gh-deploy --force