This commit is contained in:
Jordan Herzstein 2025-02-02 22:09:46 -05:00
parent 4d7d337edf
commit 140eabaa62

View file

@ -16,7 +16,8 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: public branch - name: public branch
run: | run: |
git switch --orphan 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"