Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Bump @vitejs/plugin-vue from 4.5.0 to 4.5.1 in /ui (#459) #172

Bump @vitejs/plugin-vue from 4.5.0 to 4.5.1 in /ui (#459)

Bump @vitejs/plugin-vue from 4.5.0 to 4.5.1 in /ui (#459) #172

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@v4
- 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