Skip to content

Commit 1d1f4f2

Browse files
committed
Simplify workflow command
1 parent 8b8bfc5 commit 1d1f4f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_wiki.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
- name: Deploy
3131
run: |
3232
find . -maxdepth 1 -type f -delete
33-
find . -maxdepth 1 -type d ! -name '.' ! -name '.git' ! -name 'wiki' -exec rm -r {} +
3433
mv wiki/* ./
35-
rm -r wiki
34+
find . -maxdepth 1 -type d ! -name '.' ! -name '.git' -exec rm -r {} +
3635
git config user.name "qbt_search-plugins_bot"
3736
git config user.email "[email protected]"
3837
git checkout --orphan tmp

0 commit comments

Comments
 (0)