This commit is contained in:
parent
bead72927b
commit
9210da056f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,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 ! -name 'result' ! -name '.git' -exec rm -rf {} +
|
||||||
|
ls -a
|
||||||
cp -r result/* .
|
cp -r result/* .
|
||||||
rm result
|
rm result
|
||||||
git switch -C pages
|
git switch -C pages
|
||||||
|
|
Loading…
Reference in a new issue