forked from docs/doc-exports
fixing indention
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user