mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
ci: 更新wiki同步工作流
This commit is contained in:
parent
386124a3b9
commit
478e83bcd9
3
.github/workflows/sync-wiki.yml
vendored
3
.github/workflows/sync-wiki.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
|||
with:
|
||||
repository: RockChinQ/QChatGPT.wiki
|
||||
path: wiki
|
||||
- name: Delete old wiki content
|
||||
run: |
|
||||
rm -rf wiki/*
|
||||
- name: Copy res/wiki content to wiki
|
||||
run: |
|
||||
cp -r res/wiki/* wiki/
|
||||
|
|
Loading…
Reference in New Issue
Block a user