This commit is contained in:
Jordan Herzstein 2025-02-02 22:08:26 -05:00
parent 380d949d74
commit 4d7d337edf

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: public branch
run: |
git checkout --orphan pages
git switch --orphan pages
git checkout main -- public
git add public
git commit -m "deploying page"