new page
This commit is contained in:
parent
d80988cd03
commit
8df950903b
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: public branch
|
||||
run: |
|
||||
git config --global user.name "Jordan Herzstein"
|
||||
git config --global user.email "git@jordanherzstein.com"
|
||||
git checkout --orphan pages
|
||||
git rm -rf .
|
||||
git checkout main -- public
|
||||
|
|
Loading…
Reference in a new issue