new page
This commit is contained in:
parent
a46d2d1a92
commit
0bef55a773
1 changed files with 2 additions and 3 deletions
|
@ -15,10 +15,9 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: public branch
|
- name: public branch
|
||||||
#git checkout main -- public
|
|
||||||
run: |
|
run: |
|
||||||
git checkout -b pages
|
git checkout -b pages
|
||||||
git add public
|
#git add public
|
||||||
git commit -m "deploying page"
|
#git commit -m "deploying page"
|
||||||
git push origin pages
|
git push origin pages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue