Bug fix and remove unnecesary code in exregional_run_met_gridstat_or_… #14
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: Doc Tests | |
on: | |
push: | |
pull_request: | |
branches: | |
- develop | |
- 'release/*' | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash -leo pipefail {0} | |
jobs: | |
doc_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Check tech docs | |
run: .github/scripts/check_tech_doc.sh | |
- name: Build documentation | |
run: | | |
cd doc | |
make doc |