chore: also push .domains to pages branch
All checks were successful
build site / build_site (push) Successful in 22s
All checks were successful
build site / build_site (push) Successful in 22s
This commit is contained in:
parent
87643fc249
commit
b392df14f3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Pushing site to pages branch
|
- name: Pushing site to pages branch
|
||||||
run: |
|
run: |
|
||||||
git switch -C pages
|
git switch -C pages
|
||||||
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
find . -mindepth 1 -maxdepth 1 ! -name '.domains' ! -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