fixing indention

This commit is contained in:
2025-08-11 12:12:59 +00:00
parent 5b45acedb9
commit bbe736ccde

View File

@ -127,16 +127,16 @@ jobs:
EOF
echo "Loaded doc_exports_var and saved to doc_exports_var.json"
- name: Get last git changed files
id: git_log
run: |
cd $PROJECT_SRC_DIR
git log -1 --name-only --pretty= > ../changed_files.txt || true
cat ../changed_files.txt
- name: Generate RST docs
run: |
python3 <<EOF
- name: Get last git changed files
id: git_log
run: |
cd $PROJECT_SRC_DIR
git log -1 --name-only --pretty= > ../changed_files.txt || true
cat ../changed_files.txt
- name: Generate RST docs
run: |
python3 <<EOF
import json
import os
import re