This commit is contained in:
Jordan Herzstein 2025-02-02 22:11:09 -05:00
parent 140eabaa62
commit cf27cfb1fc

View file

@ -17,7 +17,6 @@ jobs:
- name: public branch - name: public branch
run: | run: |
git checkout -b pages git checkout -b pages
git rm -rf .
git checkout main -- public git checkout main -- public
git add public git add public
git commit -m "deploying page" git commit -m "deploying page"