This commit is contained in:
Jordan Herzstein 2025-02-02 22:17:16 -05:00
parent 02ed01f85b
commit 7f3cae0a0d

View file

@ -17,7 +17,7 @@ jobs:
- name: public branch
run: |
git checkout pages
#git add public
#git commit -m "deploying page"
git add .
git commit -m "deploying page"
git push origin pages