This commit is contained in:
parent
9210da056f
commit
aee773fb31
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
- name: Pushing site to pages branch
|
- name: Pushing site to pages branch
|
||||||
run: |
|
run: |
|
||||||
find . -mindepth 1 ! -name 'result' ! -name '.git' -exec rm -rf {} +
|
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
||||||
ls -a
|
ls -a
|
||||||
cp -r result/* .
|
cp -r result/* .
|
||||||
rm result
|
rm result
|
||||||
|
|
Loading…
Reference in a new issue