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