Skip to content

build(deps): bump maven-plugin-testing-harness to 3.5.1 and mockito-c… #28

build(deps): bump maven-plugin-testing-harness to 3.5.1 and mockito-c…

build(deps): bump maven-plugin-testing-harness to 3.5.1 and mockito-c… #28

Workflow file for this run

name: Docs
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mkdocs-material pillow cairosvg
- name: Build docs
run: mkdocs build --strict
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site