We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8bfc5 commit 1d1f4f2Copy full SHA for 1d1f4f2
.github/workflows/deploy_wiki.yaml
@@ -30,9 +30,8 @@ jobs:
30
- name: Deploy
31
run: |
32
find . -maxdepth 1 -type f -delete
33
- find . -maxdepth 1 -type d ! -name '.' ! -name '.git' ! -name 'wiki' -exec rm -r {} +
34
mv wiki/* ./
35
- rm -r wiki
+ find . -maxdepth 1 -type d ! -name '.' ! -name '.git' -exec rm -r {} +
36
git config user.name "qbt_search-plugins_bot"
37
git config user.email "[email protected]"
38
git checkout --orphan tmp
0 commit comments