Skip to content

Commit ab856e1

Browse files
move of markdonwList
1 parent b4bc724 commit ab856e1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/scripts/sync-wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
REPO_URL = "https://github.com/PhasicFlow/phasicFlow"
1010
REPO_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "repo")
1111
WIKI_PATH = os.path.join(os.environ.get("GITHUB_WORKSPACE", ""), "wiki")
12-
MAPPING_FILE = os.path.join(REPO_PATH, ".github/workflows/markdownList.yml")
12+
MAPPING_FILE = os.path.join(REPO_PATH, "doc/mdDocs/markdownList.yml")
1313

1414
def load_mapping():
1515
"""Load the markdown to wiki page mapping file."""

.github/workflows/sync-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "**/*.md"
99
- ".github/workflows/sync-wiki.yml"
10-
- ".github/workflows/markdownList.yml"
10+
- "doc/mdDocs/markdownList.yml"
1111
- ".github/scripts/sync-wiki.py"
1212
workflow_dispatch:
1313

File renamed without changes.

0 commit comments

Comments
 (0)