Skip to content

chore(deps): bump k8s.io/code-generator from 0.34.0 to 0.35.0 in /hack/tools #1207

chore(deps): bump k8s.io/code-generator from 0.34.0 to 0.35.0 in /hack/tools

chore(deps): bump k8s.io/code-generator from 0.34.0 to 0.35.0 in /hack/tools #1207

Workflow file for this run

name: docs-verify
on: [pull_request]
jobs:
verify-docs:
runs-on: ubuntu-latest
name: Verify Docs
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: |
sudo apt-get update && sudo apt-get install -y libudev-dev
make docs-verify
- name: Build Docs
run: make docs-build