Skip to content

Bump eslint-plugin-vue from 9.16.1 to 9.17.0 in /ui (#312) #41

Bump eslint-plugin-vue from 9.16.1 to 9.17.0 in /ui (#312)

Bump eslint-plugin-vue from 9.16.1 to 9.17.0 in /ui (#312) #41

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
name: Build and Publish Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install mkdocs
run: pip install mkdocs
- name: Build and Deploy Docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd docs && mkdocs gh-deploy --force --clean --verbose