mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Compare commits
3 Commits
develop
...
b2581cc2a9
Author | SHA1 | Date | |
---|---|---|---|
b2581cc2a9 | |||
1831c2c6c5 | |||
ab856e1df2 |
2
.github/scripts/sync-wiki.py
vendored
2
.github/scripts/sync-wiki.py
vendored
@ -9,7 +9,7 @@ import sys
|
|||||||
REPO_URL = "https://github.com/PhasicFlow/phasicFlow"
|
REPO_URL = "https://github.com/PhasicFlow/phasicFlow"
|
||||||
REPO_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "repo")
|
REPO_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "repo")
|
||||||
WIKI_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "wiki")
|
WIKI_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "wiki")
|
||||||
MAPPING_FILE = os.path.join(REPO_PATH, ".github/workflows/markdownList.yml")
|
MAPPING_FILE = os.path.join(REPO_PATH, "doc/mdDocs/markdownList.yml")
|
||||||
|
|
||||||
def load_mapping():
|
def load_mapping():
|
||||||
"""Load the markdown to wiki page mapping file."""
|
"""Load the markdown to wiki page mapping file."""
|
||||||
|
2
.github/workflows/sync-wiki.yml
vendored
2
.github/workflows/sync-wiki.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
- ".github/workflows/sync-wiki.yml"
|
- ".github/workflows/sync-wiki.yml"
|
||||||
- ".github/workflows/markdownList.yml"
|
- "doc/mdDocs/markdownList.yml"
|
||||||
- ".github/scripts/sync-wiki.py"
|
- ".github/scripts/sync-wiki.py"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
|
|||||||
if( !dict_.fileExist() || !dict_.headerOk() )
|
if( !dict_.fileExist() || !dict_.headerOk() )
|
||||||
{
|
{
|
||||||
WARNING<<"You requested postprocessData function while,"
|
WARNING<<"You requested postprocessData function while,"
|
||||||
<<" the dictionary system/postprocessDataDict does not exist."
|
<<" the dictionary settings/postprocessDataDict does not exist."
|
||||||
<<" This feature is disabled in the current run."<<END_WARNING;
|
<<" This feature is disabled in the current run."<<END_WARNING;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user