Merge pull request #778 from argonne-lcf/atanikan-patch-1-containers-… #1891
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: mkdocs-build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: [ main ] | |
jobs: | |
docs-strict: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.x | |
- name: Setup Python environment | |
run: pip install -r requirements.txt | |
- name: Build docs with --strict | |
run: mkdocs build --strict |