Skip to content

add git status

add git status #27

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
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