This commit is contained in:
parent
aee773fb31
commit
e641748b48
1 changed files with 1 additions and 1 deletions
|
@ -14,11 +14,11 @@ jobs:
|
||||||
|
|
||||||
- name: Pushing site to pages branch
|
- name: Pushing site to pages branch
|
||||||
run: |
|
run: |
|
||||||
|
git switch -C pages
|
||||||
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -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
|
||||||
git switch -C pages
|
|
||||||
git add *
|
git add *
|
||||||
|
|
||||||
git config user.name "DGNum Deploy"
|
git config user.name "DGNum Deploy"
|
||||||
|
|
Loading…
Reference in a new issue