Skip to content

chore(deps): bump k8s.io/code-generator in /hack/tools #47

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

chore(deps): bump k8s.io/code-generator in /hack/tools #47

Workflow file for this run

name: release-docs
on:
push:
tags:
- "*"
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Build Docs
run: |
make docs-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/book