Skip to content

Commit

Permalink
chore: 添加日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Oct 11, 2023
1 parent 32a7cda commit 0ae0260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Upload documentation to wiki
- name: Upload documentations to wiki
run: python ci/wiki.py
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions ci/wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
docsDir = os.path.normpath(os.path.dirname(__file__) + "\\..\\docs")
for file in glob.glob(docsDir + "\\*.md"):
shutil.copy(file, wikiRepoDir)
print("已拷贝 " + file, flush=True)

# 推送
os.system("git add .")
Expand Down

0 comments on commit 0ae0260

Please sign in to comment.