This commit is contained in:
Jordan Herzstein 2025-02-02 22:12:44 -05:00
parent a46d2d1a92
commit 0bef55a773

View file

@ -15,10 +15,9 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: public branch
#git checkout main -- public
run: |
git checkout -b pages
git add public
git commit -m "deploying page"
#git add public
#git commit -m "deploying page"
git push origin pages