Skip to content

chore(deps): update ghcr.io/nakamasato/mysql-operator docker tag to v… #257

chore(deps): update ghcr.io/nakamasato/mysql-operator docker tag to v…

chore(deps): update ghcr.io/nakamasato/mysql-operator docker tag to v… #257

Workflow file for this run

name: github-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force