Skip to content

feat(aks): update the aad protocal to try interactive login no matter the failure #911

feat(aks): update the aad protocal to try interactive login no matter the failure

feat(aks): update the aad protocal to try interactive login no matter the failure #911

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@v3
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: make docs-verify
- name: Build Docs
run: make docs-build