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