This commit is contained in:
Jordan Herzstein 2025-02-02 22:02:47 -05:00
parent 8f01d9d3ee
commit c9a2ff9e06

View file

@ -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