new page
This commit is contained in:
parent
380d949d74
commit
4d7d337edf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: public branch
|
- name: public branch
|
||||||
run: |
|
run: |
|
||||||
git checkout --orphan pages
|
git switch --orphan pages
|
||||||
git checkout main -- public
|
git checkout main -- public
|
||||||
git add public
|
git add public
|
||||||
git commit -m "deploying page"
|
git commit -m "deploying page"
|
||||||
|
|
Loading…
Reference in a new issue