Skip to content

[1/N][apiserver] Fix half of linter issues for apiserver (#3328) #4

[1/N][apiserver] Fix half of linter issues for apiserver (#3328)

[1/N][apiserver] Fix half of linter issues for apiserver (#3328) #4

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}