Skip to content

fix: upgrade vuetify from 3.5.6 to 3.5.15 (#50) #64

fix: upgrade vuetify from 3.5.6 to 3.5.15 (#50)

fix: upgrade vuetify from 3.5.6 to 3.5.15 (#50) #64

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: cp README.md docs/index.md && pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force