new page
This commit is contained in:
parent
8f01d9d3ee
commit
c9a2ff9e06
1 changed files with 4 additions and 3 deletions
|
@ -16,8 +16,9 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: public branch
|
||||
run: |
|
||||
git checkout -b pages
|
||||
git rm -rf .
|
||||
git checkout main -- ./public/
|
||||
git checkout pages
|
||||
git checkout main -- public
|
||||
git add public
|
||||
git commit -m "deploying page"
|
||||
git push origin pages
|
||||
|
||||
|
|
Loading…
Reference in a new issue