Skip to content

check git status output #28

check git status output

check git status output #28

Workflow file for this run

name: Doc Tests
on:
push:
pull_request:
branches:
- develop
- 'release/*'
workflow_dispatch:
branches:
- 'feature/doc-actions'
#defaults:
# run:
# shell: bash -leo pipefail {0}
jobs:
doc_tests:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update tech docs
run: .github/scripts/update_tech_doc.sh
- name: Build documentation
run: |
cd doc
make doc