Skip to content

Added SCT Distillation Script #13

Added SCT Distillation Script

Added SCT Distillation Script #13

Workflow file for this run

name: Deploy docs to Github Pages
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material pillow cairosvg
- name: Deploy docs
run: mkdocs gh-deploy --force