Skip to content

Bump daisyui from 4.4.19 to 4.4.20 in /ui (#481) #193

Bump daisyui from 4.4.19 to 4.4.20 in /ui (#481)

Bump daisyui from 4.4.19 to 4.4.20 in /ui (#481) #193

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