[hotfix/BLAZ-1027] to main #441
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: documentation-check | |
on: [pull_request] | |
jobs: | |
check-documentation: | |
name: Documentation Check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the project from Git | |
uses: actions/checkout@v3 | |
- name: Config documentation environment | |
uses: ./.github/actions/install-doc-dependencies | |
- name: Check doc build | |
run: mkdocs build |