1 Commits

Author SHA1 Message Date
0d9de2c601 Merge pull request #222 from PhasicFlow/main
from main
2025-05-02 23:04:23 +03:30
3 changed files with 2 additions and 2 deletions

View File

@ -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, "doc/mdDocs/markdownList.yml") MAPPING_FILE = os.path.join(REPO_PATH, ".github/workflows/markdownList.yml")
def load_mapping(): def load_mapping():
"""Load the markdown to wiki page mapping file.""" """Load the markdown to wiki page mapping file."""

View File

@ -7,7 +7,7 @@ on:
paths: paths:
- "**/*.md" - "**/*.md"
- ".github/workflows/sync-wiki.yml" - ".github/workflows/sync-wiki.yml"
- "doc/mdDocs/markdownList.yml" - ".github/workflows/markdownList.yml"
- ".github/scripts/sync-wiki.py" - ".github/scripts/sync-wiki.py"
workflow_dispatch: workflow_dispatch: