Skip to content

Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#319) #41

Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#319)

Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#319) #41

Workflow file for this run

name: mkdocs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs
run: pip install mkdocs-material
- name: Publish mkdocs
run: mkdocs gh-deploy --force